diff --git a/dist.zip b/dist.zip new file mode 100644 index 0000000..2e83c0a Binary files /dev/null and b/dist.zip differ diff --git a/src/pages/modules/InStore.vue b/src/pages/modules/InStore.vue index c8fbb37..49360bc 100644 --- a/src/pages/modules/InStore.vue +++ b/src/pages/modules/InStore.vue @@ -140,10 +140,10 @@ + + diff --git a/src/pages/modules/Weight.vue b/src/pages/modules/Weight.vue index 5501dae..6cda69c 100644 --- a/src/pages/modules/Weight.vue +++ b/src/pages/modules/Weight.vue @@ -12,25 +12,25 @@
-

母托盘:{{ resData.mother_tray }}M100001

-

子托盘:{{ resData.sub_tray }}Z100001

+

母托盘:{{ resData.mother_tray }}

+

子托盘:{{ resData.sub_tray }}

-

物料编码:{{ resData.material_code }}WL001

+

物料编码:{{ resData.material_code }}

-

物料名称:{{ resData.material_name }}方形晶棒 10*10*190

+

物料名称:{{ resData.material_name }}

-

总数量(条):{{ resData.number }}60

-

总重量(kg):{{ resData.qty }}1250

+

总数量(条):{{ resData.number }}

+

总重量(kg):{{ resData.qty }}

-

入库类型:{{ resData.simtType }}采购

-

场 地:{{ resData.locationCode }}XX仓库

+

入库类型:{{ resData.simtType }}

+

场 地:{{ resData.locationCode }}

-

供应商:{{ resData.supplierName }}XX有限责任公司

+

供应商:{{ resData.supplierName }}

@@ -75,10 +75,10 @@