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"
},