增加供应商

master
e 2019-09-19 07:45:50 +08:00
parent a14864b1c2
commit 87b03c5ace
3 changed files with 45 additions and 13 deletions

View File

@ -234,18 +234,27 @@
<span class="Validform_checktip" style="float:left;height:0px;"></span>
<label class="Validform_label" style="display: none">运输公司</label>
</div>
<%--<div class="col-xs-1 text-center">--%>
<%--<b>司机电话:</b>--%>
<%--</div>--%>
<%--<div class="col-xs-2">--%>
<%--<input id="imCarMobile" name="imCarMobile" type="text" class="form-control"--%>
<%--ignore="ignore"--%>
<%--/>--%>
<%--<span class="Validform_checktip" style="float:left;height:0px;"></span>--%>
<%--<label class="Validform_label" style="display: none">司机电话</label>--%>
<%--</div>--%>
<div class="col-xs-1 text-center">
<b>供应商编码:</b>
</div>
<div class="col-xs-2">
<input id="supCode" name="supCode" type="text" class="form-control"
ignore="ignore"
/>
<span class="Validform_checktip" style="float:left;height:0px;"></span>
<label class="Validform_label" style="display: none">供应商编码</label>
</div>
<div class="col-xs-1 text-center">
<b>供应商名称:</b>
</div>
<div class="col-xs-2">
<input id="supName" name="supName" type="text" class="form-control"
ignore="ignore"
/>
<span class="Validform_checktip" style="float:left;height:0px;"></span>
<label class="Validform_label" style="display: none">司机电话</label>
</div>
<div class="col-xs-1 text-center">
<b>订单类型:</b>

View File

@ -194,7 +194,26 @@
<%--<label class="Validform_label" style="display: none">司机电话</label>--%>
<%--</div>--%>
<%--</div>--%>
div class="col-xs-1 text-center">
<b>供应商编码:</b>
</div>
<div class="col-xs-2">
<input id="supCode" name="supCode" type="text" class="form-control"
ignore="ignore" value='${wmImNoticeHPage.supCode}'
/>
<span class="Validform_checktip" style="float:left;height:0px;"></span>
<label class="Validform_label" style="display: none">供应商编码</label>
</div>
<div class="col-xs-1 text-center">
<b>供应商名称:</b>
</div>
<div class="col-xs-2">
<input id="supName" name="supName" type="text" class="form-control"
ignore="ignore" value='${wmImNoticeHPage.supName}'
/>
<span class="Validform_checktip" style="float:left;height:0px;"></span>
<label class="Validform_label" style="display: none">司机电话</label>
</div>
<div class="col-xs-1 text-center">
<b>订单类型:</b>

View File

@ -21,6 +21,10 @@
<t:dgCol title="客户订单号" field="imCusCode" query="true" queryMode="single" width="90"></t:dgCol>
<t:dgCol title="运输号码" field="imCarNo" query="true" queryMode="single" width="50"></t:dgCol>
<t:dgCol title="运输公司" field="imCarDri" query="true" queryMode="single" width="50"></t:dgCol>
<t:dgCol title="供应商编号" field="supCode" query="true" queryMode="single" width="100"></t:dgCol>
<t:dgCol title="供应商名称" field="supName" query="true" queryMode="single" width="120"></t:dgCol>
<%--<t:dgCol title="司机电话" field="imCarMobile" query="true" queryMode="single" width="60"></t:dgCol>--%>
<t:dgCol title="订单类型" field="orderTypeCode" query="true" queryMode="single" dictionary="ba_order_type,order_type_code,order_type_name" width="60"></t:dgCol>
<%--<t:dgCol title="月台" field="platformCode" query="true" queryMode="single" dictionary="ba_platform,platform_code,platform_name" width="50"></t:dgCol>--%>