Browse Source

调整物料修改界面

master
lilili 1 year ago
parent
commit
2dde481016
  1. 26
      WMS-BS/NFine.Web/Areas/WMS/Views/BasicSettings/ICSINVEBTORYAdd.cshtml

26
WMS-BS/NFine.Web/Areas/WMS/Views/BasicSettings/ICSINVEBTORYAdd.cshtml

@ -200,78 +200,78 @@
<th class="formTitle">料品编码:</th> <th class="formTitle">料品编码:</th>
<td class="formValue"> <td class="formValue">
@*<select id="sel_InvCode" name="sel_InvCode" class="form-control select2" onchange="TxTValue()" style="width: 230px" placeholder="请选择物料代码..."></select>*@ @*<select id="sel_InvCode" name="sel_InvCode" class="form-control select2" onchange="TxTValue()" style="width: 230px" placeholder="请选择物料代码..."></select>*@
<input id="InvCode" name="InvCode" type="text" class="form-control required" style="width: 200px;" maxlength="30" placeholder="料品编码" />
<input id="InvCode" name="InvCode" type="text" class="form-control required" style="width: 200px;" placeholder="料品编码" />
<input type="hidden" id="hidetext" /> <input type="hidden" id="hidetext" />
</td> </td>
</tr> </tr>
<tr> <tr>
<th class="formTitle">物料描述:</th> <th class="formTitle">物料描述:</th>
<td class="formValue"> <td class="formValue">
<input id="InvName" name="InvName" type="text" class="form-control required" style="width: 200px;" maxlength="30" placeholder="物料描述" />
<input id="InvName" name="InvName" type="text" class="form-control required" style="width: 200px;" placeholder="物料描述" />
</td> </td>
</tr> </tr>
<tr> <tr>
<th class="formTitle">辅助描述:</th> <th class="formTitle">辅助描述:</th>
<td class="formValue"> <td class="formValue">
<input id="InvDesc" name="InvDesc" type="text" class="form-control " style="width: 200px;" maxlength="30" placeholder="辅助描述" />
<input id="InvDesc" name="InvDesc" type="text" class="form-control " style="width: 200px;" placeholder="辅助描述" />
</td> </td>
</tr> </tr>
<tr> <tr>
<th class="formTitle">规格型号:</th> <th class="formTitle">规格型号:</th>
<td class="formValue"> <td class="formValue">
<input id="InvStd" name="InvStd" type="text" class="form-control " style="width: 200px;" maxlength="30" placeholder="规格型号" />
<input id="InvStd" name="InvStd" type="text" class="form-control " style="width: 200px;" placeholder="规格型号" />
</td> </td>
</tr> </tr>
<tr> <tr>
<th class="formTitle">主计量单位:</th> <th class="formTitle">主计量单位:</th>
<td class="formValue"> <td class="formValue">
<input id="InvUnit" name="InvUnit" type="text" class="form-control required" style="width: 200px;" maxlength="10" placeholder="主计量单位" />
<input id="InvUnit" name="InvUnit" type="text" class="form-control required" style="width: 200px;" placeholder="主计量单位" />
</td> </td>
</tr> </tr>
<tr> <tr>
<th class="formTitle">辅计量单位:</th> <th class="formTitle">辅计量单位:</th>
<td class="formValue"> <td class="formValue">
<input id="AmountUnit" name="AmountUnit" type="text" class="form-control" style="width: 200px;" maxlength="10" placeholder="辅计量单位" />
<input id="AmountUnit" name="AmountUnit" type="text" class="form-control" style="width: 200px;" placeholder="辅计量单位" />
</td> </td>
<tr> <tr>
<th class="formTitle">大类编码:</th> <th class="formTitle">大类编码:</th>
<td class="formValue"> <td class="formValue">
<input id="ClassCode" name="ClassCode" type="text" class="form-control required" style="width: 200px;" maxlength="10" placeholder="大类编码" />
<input id="ClassCode" name="ClassCode" type="text" class="form-control required" style="width: 200px;" placeholder="大类编码" />
</td> </td>
<tr> <tr>
<th class="formTitle">大类名称:</th> <th class="formTitle">大类名称:</th>
<td class="formValue"> <td class="formValue">
<input id="ClassName" name="ClassName" type="text" class="form-control " style="width: 200px;" maxlength="10" placeholder="大类名称" />
<input id="ClassName" name="ClassName" type="text" class="form-control " style="width: 200px;" placeholder="大类名称" />
</td> </td>
</tr> </tr>
<tr> <tr>
<th class="formTitle">固定换算率:</th> <th class="formTitle">固定换算率:</th>
<td class="formValue"> <td class="formValue">
<input id="InvRate" name="InvRate" type="text" class="form-control required" style="width: 200px;" maxlength="10" placeholder="固定换算率" />
<input id="InvRate" name="InvRate" type="text" class="form-control required" style="width: 200px;" placeholder="固定换算率" />
</td> </td>
</tr> </tr>
<tr> <tr>
<th class="formTitle">版本:</th> <th class="formTitle">版本:</th>
<td class="formValue"> <td class="formValue">
<input id="InvVersion" name="InvVersion" type="text" class="form-control " style="width: 200px;" maxlength="10" placeholder="版本" />
<input id="InvVersion" name="InvVersion" type="text" class="form-control " style="width: 200px;" placeholder="版本" />
</td> </td>
</tr> </tr>
<tr> <tr>
<th class="formTitle">厂牌:</th> <th class="formTitle">厂牌:</th>
<td class="formValue"> <td class="formValue">
<input id="InvBrand" name="InvBrand" type="text" class="form-control" style="width: 200px;" maxlength="10" placeholder="厂牌" />
<input id="InvBrand" name="InvBrand" type="text" class="form-control" style="width: 200px;" placeholder="厂牌" />
</td> </td>
</tr> </tr>
<tr> <tr>
<th class="formTitle">有效期天数:</th> <th class="formTitle">有效期天数:</th>
<td class="formValue"> <td class="formValue">
<input id="EffectiveDays" name="EffectiveDays" type="text" class="form-control required" style="width: 200px;" maxlength="10" placeholder="有效期天数" />
<input id="EffectiveDays" name="EffectiveDays" type="text" class="form-control required" style="width: 200px;" placeholder="有效期天数" />
</td> </td>
</tr> </tr>
<tr> <tr>
<th class="formTitle">仓管员:</th> <th class="formTitle">仓管员:</th>
<td class="formValue"> <td class="formValue">
<input id="WHUser" name="WHUser" type="text" class="form-control " style="width: 200px;" maxlength="10" placeholder="仓管员" />
<input id="WHUser" name="WHUser" type="text" class="form-control " style="width: 200px;" placeholder="仓管员" />
</td> </td>
</tr> </tr>

Loading…
Cancel
Save