From b98368f6fba3c3471332a8da774db7f25fe2f3c9 Mon Sep 17 00:00:00 2001
From: xiaofajia <1665375861@qq.com>
Date: Wed, 27 Nov 2024 15:13:03 +0800
Subject: [PATCH] =?UTF-8?q?copy=E4=B8=80=E4=B8=AA=E9=87=87=E8=B4=AD?=
=?UTF-8?q?=E5=8D=95=E5=87=BA=E6=9D=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages-order/orderList/orderListByIn.vue | 505 ++++++++++++++++++
.../inOutWarehouse/inOutWarehouse.vue | 2 +-
pages.json | 6 +
3 files changed, 512 insertions(+), 1 deletion(-)
create mode 100644 pages-order/orderList/orderListByIn.vue
diff --git a/pages-order/orderList/orderListByIn.vue b/pages-order/orderList/orderListByIn.vue
new file mode 100644
index 0000000..e118d69
--- /dev/null
+++ b/pages-order/orderList/orderListByIn.vue
@@ -0,0 +1,505 @@
+
+
+
+
+
+
+
+
+ {{cusFromList[cusFromIndex]}}
+
+
+
+
+
+ {{repairTypeList[repairTypeIndex]}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages-warehouse/inOutWarehouse/inOutWarehouse.vue b/pages-warehouse/inOutWarehouse/inOutWarehouse.vue
index 301a2bb..e675673 100644
--- a/pages-warehouse/inOutWarehouse/inOutWarehouse.vue
+++ b/pages-warehouse/inOutWarehouse/inOutWarehouse.vue
@@ -125,7 +125,7 @@ export default {
methods: {
toInWares(){
uni.navigateTo({
- url: '/pages-order/orderList/orderList?twId=' + this.twId
+ url: '/pages-order/orderList/orderListByIn?twId=' + this.twId
})
},
async submitBefore(){
diff --git a/pages.json b/pages.json
index 403e450..e700517 100644
--- a/pages.json
+++ b/pages.json
@@ -87,6 +87,12 @@
"navigationBarTitleText": ""
}
},
+ {
+ "path": "orderList/orderListByIn",
+ "style": {
+ "navigationBarTitleText": ""
+ }
+ },
{
"path": "addOrder/addOrder"
},