1005539536@qq.com 2 years ago
parent
commit
d1a63ba9f8
  1. 28
      WMS-BS/NFine.Web/Areas/WMS/Views/ICSMTDOC/ICSMTDOCAdd.cshtml

28
WMS-BS/NFine.Web/Areas/WMS/Views/ICSMTDOC/ICSMTDOCAdd.cshtml

@ -188,7 +188,33 @@
<input id="txtBatchCode" type="text" disabled="disabled" class="form-control" onclick="GetBatchCode()" autocomplete="off" />
<input id="txtExtensionID" type="text" style="display:none" class="form-control" />
</td>
@*--*@
<th class="formTitle"><input id="ProjectCodebox" type="checkbox" onclick="OncheckBoxProjectCode(this)"> 项目号:</th>
<td class="formValue">
<input id="txtProjectCode" type="text" disabled="disabled" class="form-control" onclick="GetProjectCode()" autocomplete="off" />
</td>
<th class="formTitle"><input id="Versionbox" type="checkbox" onclick="OncheckBoxVersion(this)"> 版本:</th>
<td class="formValue">
<input id="txtVersion" type="text" disabled="disabled" class="form-control" onclick="GetVersion()" autocomplete="off" />
</td>
<th class="formTitle"><input id="Brandbox" type="checkbox" onclick="OncheckBoxBrand(this)"> 厂牌:</th>
<td class="formValue">
<input id="txtBrand" type="text" disabled="disabled" class="form-control" onclick="GetBrand()" autocomplete="off" />
</td>
<th class="formTitle"><input id="cFree1box" type="checkbox" onclick="OncheckBoxcFree1(this)"> 自由项1:</th>
<td class="formValue">
<input id="txtcFree1" type="text" disabled="disabled" class="form-control" onclick="GetcFree1()" autocomplete="off" />
</td>
<th class="formTitle"><input id="cFree2box" type="checkbox" onclick="OncheckBoxcFree2(this)"> 自由项2:</th>
<td class="formValue">
<input id="txtcFree2" type="text" disabled="disabled" class="form-control" onclick="GetcFree2()" autocomplete="off" />
</td>
@*--*@
<th class="formTitle">转换原因:</th>
<td class="formValue">

Loading…
Cancel
Save