priceedit.tpl

来自「1、产品管理:分组管理;分类管理;品牌管理;参数管理;基本信息管理; 2、经销」· TPL 代码 · 共 50 行

TPL
50
字号
<!--include:file="../top.tpl"-->
<!--
woodplow pms 1.0 beta1

程序设计:郝国梁(SinoPower)、马瑞海(失者);
代码编写:贾坤、韩宝忠(summer);
页面美工:尚明云(默默);
版权所有:潍坊四邦网络技术有限公司济南分公司(Simpond Inc.);
-->
<script language="javascript">
<!--
var selectid=4;
-->
</script>
</head>

<body>
<div class="box_1000">
<!--编辑报价开始-->  
  <div class="centertxt hei14b">
    <div>编辑产品报价</div>
  </div>
  <div class="addtab">
  <form name="wpform" id="wpform" method="post" action="priceaction.asp">
  <input type="hidden" name="act" value="priceeditsave" />
  <input type="hidden" name="priceid" value="{priceid}" />
  <input type="hidden" name="wp_url" value="{wp_url}" />
  <table width="63%" height="144" align="center" class="border1n">
  <tr>
    <td width="19%" class="righttxt">产品名称:</td>
    <td width="81%"><input type="text" name="prodname" class="addtxt" value="{prodname}" readonly="" /></td>
  </tr>
  <tr>
    <td class="righttxt">报价经销商:</td>
    <td><input name="dealer" type="text" class="addtxt" value="{dealer}" readonly="" /></td>
  </tr>
  <tr>
    <td class="righttxt">报价:</td>
    <td><input type="text" name="price" class="addtxt" value="{price}" /></td>
  </tr>
    <td colspan="2" class="centertxt"><input type="Submit" name="" value="提交保存" class="button" />
      <input type="button" name="Submit2" value="返回列表" class="button" onClick="history.go(-1)"/></td>
    </tr>
</table>
</form>
 </div>
<!--编辑报价结束-->
</div>
<!--include:file="../bottom.tpl"-->

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?