diff --git a/locale/en.json b/locale/en.json
index d4ce0dd..ed00145 100644
--- a/locale/en.json
+++ b/locale/en.json
@@ -239,6 +239,9 @@
"grid.sap-batch": "SAP Batch",
"grid.product-spec": "Product Specification (Width)",
"grid.wooden-box-weight": "Wooden Box Weight",
+ "grid.source-code": "Source tracking number",
+ "grid.date": "Date",
+ "grid.personnel": "Personnel",
"toast.point-not-empty": "Point position cannot be empty",
"toast.select-cache-point": "Please select a cache point position",
"toast.select-device": "Please select a device",
diff --git a/locale/id.json b/locale/id.json
index ee49942..55a5376 100644
--- a/locale/id.json
+++ b/locale/id.json
@@ -239,6 +239,9 @@
"grid.sap-batch": "Batch SAP",
"grid.product-spec": "Spesifikasi Produk (Lebar)",
"grid.wooden-box-weight": "Berat Kotak Kayu",
+ "grid.source-code": "Nomor sumber",
+ "grid.date": "Tanggal",
+ "grid.personnel": "Staf",
"toast.point-not-empty": "Posisi titik tidak boleh kosong",
"toast.select-cache-point": "Silakan pilih posisi titik cache",
"toast.select-device": "Silakan pilih peralatan",
diff --git a/locale/zh-Hans.json b/locale/zh-Hans.json
index 5209f4c..ce82446 100644
--- a/locale/zh-Hans.json
+++ b/locale/zh-Hans.json
@@ -239,6 +239,9 @@
"grid.sap-batch": "sap批次",
"grid.product-spec": "产品规格(幅宽)",
"grid.wooden-box-weight": "木箱重量",
+ "grid.source-code": "源单号",
+ "grid.date": "日期",
+ "grid.personnel": "人员",
"toast.point-not-empty": "点位不能为空",
"toast.select-cache-point": "请选择缓存点位",
"toast.select-device": "请选择设备",
diff --git a/pages.json b/pages.json
index 5e73c12..69d7dfe 100644
--- a/pages.json
+++ b/pages.json
@@ -47,6 +47,14 @@
"navigationStyle": "custom"
}
+ }
+ ,{
+ "path" : "pages/SecondPhase/XuniDelivery",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+
}
,{
"path" : "pages/SecondPhase/DeliveryUnbindConfirm",
diff --git a/pages/SecondPhase/XuniDelivery.vue b/pages/SecondPhase/XuniDelivery.vue
new file mode 100644
index 0000000..c0598bf
--- /dev/null
+++ b/pages/SecondPhase/XuniDelivery.vue
@@ -0,0 +1,129 @@
+
+
+
+
+
+
+
+
+ {{$t('filter.woodenbox')}}
+
+
+
+
+
+
+
+ {{$t('grid.bill-code')}}
+
+
+
+
+
+
+ {{$t('grid.bill-type')}}
+
+
+
+
+
+
+
+
+
+
+ | {{$t('grid.bill-code')}} |
+ {{$t('grid.bill-type')}} |
+ {{$t('grid.source-code')}} |
+ {{$t('grid.date')}} |
+ {{$t('grid.personnel')}} |
+
+
+
+
+ | {{e.bill_code}} |
+ {{e.bill_type_name}} |
+ {{e.source_bill_code}} |
+ {{e.biz_date}} |
+ {{e.person_name}} |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/utils/mork2.js b/utils/mork2.js
index fe60591..dea8275 100644
--- a/utils/mork2.js
+++ b/utils/mork2.js
@@ -12,7 +12,8 @@ export const allAuthority = () => {
{menu_id: '1', title: '空木箱入库', path: '/pages/SecondPhase/EmptyBoxInStore'}
]},
{menu_id: '3', path: 'RF12', title: '发货区', sonTree: [
- {menu_id: '1', title: '发货区解绑', path: '/pages/SecondPhase/DeliveryUnbind'}
+ {menu_id: '1', title: '发货区解绑', path: '/pages/SecondPhase/DeliveryUnbind'},
+ {menu_id: '2', title: '虚拟区发货', path: '/pages/SecondPhase/XuniDelivery'}
]},
{menu_id: '4', path: 'RF01', title: '生产管理', sonTree: [
{menu_id: '1', title: '生箔生产进度', path: '/pages/SecondPhase/production/SboProdProgress'},