Commit 9354c1b3 by 孙龙

标签

parent 214c0ae6
...@@ -13,6 +13,9 @@ class OfflineLabelService{ ...@@ -13,6 +13,9 @@ class OfflineLabelService{
"sku_code", "sku_code",
"customer_code", "customer_code",
"customer_type", "customer_type",
"data_code",
"coo",
"customer_material_number",
]; ];
public function getOfflineUploadData($data){ public function getOfflineUploadData($data){
......
...@@ -74,6 +74,9 @@ layui.use(['form', 'table', 'laydate','upload'], function() { ...@@ -74,6 +74,9 @@ layui.use(['form', 'table', 'laydate','upload'], function() {
,{field: 'goods_number', title: '数量',width:80} ,{field: 'goods_number', title: '数量',width:80}
,{field: 'customer_type', title: '客户编码'} ,{field: 'customer_type', title: '客户编码'}
,{field: 'customer_type', title: '客户型号'} ,{field: 'customer_type', title: '客户型号'}
,{field: 'data_code', title: 'D/C'}
,{field: 'coo', title: '产地'}
,{field: 'customer_material_number', title: '客户物料编码'}
]] ]]
,data:data_123456 ,data:data_123456
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment