From 246a2d3d9feeecd2de12151f21f2756672171cbb Mon Sep 17 00:00:00 2001 From: xiangxy Date: Thu, 15 Jan 2026 14:40:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=99=9A=E6=8B=9F=E5=8C=BA=E5=8F=91=E8=B4=A7?= =?UTF-8?q?=E7=A1=AE=E8=AE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locale/en.json | 3 + locale/id.json | 3 + locale/zh-Hans.json | 3 + pages.json | 8 ++ pages/SecondPhase/XuniDelivery.vue | 6 +- pages/SecondPhase/XuniDeliveryConfirm.vue | 138 ++++++++++++++++++++++ 6 files changed, 158 insertions(+), 3 deletions(-) create mode 100644 pages/SecondPhase/XuniDeliveryConfirm.vue diff --git a/locale/en.json b/locale/en.json index ed00145..be7bf96 100644 --- a/locale/en.json +++ b/locale/en.json @@ -109,6 +109,7 @@ "menu.in-stock-management": "Inventory Management", "menu.inventory-management": "Stocktaking Management", "menu.vehicle-management": "Carrier Management", + "menu.vehicle-storage": "Vehicle storage", "menu.empty-vehicle-entering-the-warehouse": "Empty Carrier Warehousing", "menu.empty-vehicle-leaving-the-warehouse": "Empty Carrier Outbound", "menu.print-management": "Printing Management", @@ -242,6 +243,8 @@ "grid.source-code": "Source tracking number", "grid.date": "Date", "grid.personnel": "Personnel", + "grid.replace-outsourcing": "Replace outsourcing", + "grid.replace-insourcing": "Replace the inner packaging", "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 55a5376..368dd74 100644 --- a/locale/id.json +++ b/locale/id.json @@ -109,6 +109,7 @@ "menu.in-stock-management": "Pengelolaan Persediaan", "menu.inventory-management": "Pengelolaan Peninjauan Persediaan", "menu.vehicle-management": "Pengelolaan Pengangkut", + "menu.vehicle-storage": "Deposit kendaraan", "menu.empty-vehicle-entering-the-warehouse": "Penempatan Pengangkut Kosong ke Gudang", "menu.empty-vehicle-leaving-the-warehouse": "Pengiriman Pengangkut Kosong dari Gudang", "menu.print-management": "Pengelolaan Cetak", @@ -242,6 +243,8 @@ "grid.source-code": "Nomor sumber", "grid.date": "Tanggal", "grid.personnel": "Staf", + "grid.replace-outsourcing": "Ganti outsourcing", + "grid.replace-insourcing": "Ganti Paket Dalam", "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 ce82446..d0ce316 100644 --- a/locale/zh-Hans.json +++ b/locale/zh-Hans.json @@ -109,6 +109,7 @@ "menu.in-stock-management": "在库管理", "menu.inventory-management": "盘点管理", "menu.vehicle-management": "载具管理", + "menu.vehicle-storage": "载具入库", "menu.empty-vehicle-entering-the-warehouse": "空载具入库", "menu.empty-vehicle-leaving-the-warehouse": "空载具出库", "menu.print-management": "打印管理", @@ -242,6 +243,8 @@ "grid.source-code": "源单号", "grid.date": "日期", "grid.personnel": "人员", + "grid.replace-outsourcing": "更换外包", + "grid.replace-insourcing": "更换内包", "toast.point-not-empty": "点位不能为空", "toast.select-cache-point": "请选择缓存点位", "toast.select-device": "请选择设备", diff --git a/pages.json b/pages.json index 69d7dfe..8477453 100644 --- a/pages.json +++ b/pages.json @@ -55,6 +55,14 @@ "navigationStyle": "custom" } + } + ,{ + "path" : "pages/SecondPhase/XuniDeliveryConfirm", + "style" : + { + "navigationStyle": "custom" + } + } ,{ "path" : "pages/SecondPhase/DeliveryUnbindConfirm", diff --git a/pages/SecondPhase/XuniDelivery.vue b/pages/SecondPhase/XuniDelivery.vue index c0598bf..a2310ab 100644 --- a/pages/SecondPhase/XuniDelivery.vue +++ b/pages/SecondPhase/XuniDelivery.vue @@ -24,7 +24,7 @@ {{$t('grid.bill-type')}} - + @@ -114,9 +114,9 @@ this.dataList = [...res.data] }, toSure () { - if (this.pkId) { + if (this.val1) { uni.navigateTo({ - url: '/pages/WarehouseManage/XuniDeliveryConfirm?billcode=' + this.pkObj.bill_code + '&title=' + this.title + url: '/pages/SecondPhase/XuniDeliveryConfirm?billcode=' + this.pkObj.bill_code + '&title=' + this.title }) } }, diff --git a/pages/SecondPhase/XuniDeliveryConfirm.vue b/pages/SecondPhase/XuniDeliveryConfirm.vue new file mode 100644 index 0000000..3e7e617 --- /dev/null +++ b/pages/SecondPhase/XuniDeliveryConfirm.vue @@ -0,0 +1,138 @@ + + + \ No newline at end of file