提交 5db0f31d 编写于 作者: Skyeye云's avatar Skyeye云

供应商信息整改

上级 75699b2d
......@@ -85,7 +85,6 @@ layui.config({
{ field: 'unitPrice', title: '单价', align: 'left', width: 120},
{ field: 'operNumber', title: '出库数量', align: 'left', width: 100},
{ field: 'allPrice', title: '金额', align: 'left', width: 120 },
{ field: 'supplierName', title: '供应商/客户/会员', align: 'left', width: 140 },
{ field: 'depotName', title: '仓库', align: 'left', width: 140 },
{ field: 'operTime', title: '出库日期', align: 'center', width: 140 }
]],
......@@ -142,11 +141,10 @@ layui.config({
return {
materialName: $("#materialName").val(),
depotId: $("#depotId").val(),
customerName: $("#customerName").val(),
startTime: startTime,
endTime: endTime
};
}
exports('warehousingdetails', {});
exports('outgoingdetails', {});
});
......@@ -94,7 +94,6 @@ layui.config({
{ field: 'unitPrice', title: '单价', align: 'left', width: 120},
{ field: 'operNumber', title: '入库数量', align: 'left', width: 100},
{ field: 'allPrice', title: '金额', align: 'left', width: 120 },
{ field: 'supplierName', title: '供应商/客户/会员', align: 'left', width: 140 },
{ field: 'depotName', title: '仓库', align: 'left', width: 140 },
{ field: 'operTime', title: '入库日期', align: 'center', width: 140 }
]],
......@@ -162,7 +161,6 @@ layui.config({
return {
materialName: $("#materialName").val(),
depotId: $("#depotId").val(),
organName: $("#organName").val(),
startTime: startTime,
endTime: endTime
};
......
......@@ -34,7 +34,6 @@ layui.config({
return str;
}},
{ field: 'subTypeName', title: '单据类型', align: 'left', width: 100},
{ field: 'supplierName', title: '供应商', align: 'left', width: 150},
{ field: 'unitPrice', title: '单价(元)', align: 'left', width: 100 },
{ field: 'operNumber', title: '数量', align: 'left', width: 80, templet: function(d){
if(d.subType == 12){//拆分单
......
......@@ -15,10 +15,6 @@
<div class="layui-input-inline">
<input type="text" id="materialName" name="materialName" placeholder="请输入名称" class="layui-input" />
</div>
<label class="layui-form-label">供应商/客户/会员</label>
<div class="layui-input-inline">
<input type="text" id="customerName" name="customerName" placeholder="请输入供应商/客户/会员名称" class="layui-input" />
</div>
<label class="layui-form-label">仓库</label>
<div class="layui-input-inline">
<select id="depotId" lay-search></select>
......
......@@ -15,10 +15,6 @@
<div class="layui-input-inline">
<input type="text" id="materialName" name="materialName" placeholder="请输入名称" class="layui-input" />
</div>
<label class="layui-form-label">供应商</label>
<div class="layui-input-inline">
<input type="text" id="organName" name="organName" placeholder="请输入供应商" class="layui-input" />
</div>
<label class="layui-form-label">仓库</label>
<div class="layui-input-inline">
<select id="depotId" lay-search></select>
......
......@@ -48,7 +48,6 @@ layui.config({
}
}},
{ field: 'totalPrice', title: '合计金额', align: 'left',width: 100},
{ field: 'supplierName', title: '供应商/客户/会员', align: 'left', width: 140 },
{ field: 'payType', title: '付款类型', align: 'center',width: 80, templet: function (d) {
if(d.payType == 1){
return "<span class='state-up'>现金</span>";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册