diff --git a/api/request2.js b/api/request2.js
index 00653601..f1143e82 100644
--- a/api/request2.js
+++ b/api/request2.js
@@ -1720,6 +1720,8 @@ export function productPutawayJobSubmit(params) {
});
}
+
+
/**
diff --git a/mycomponents/record/recordComDetailCard.vue b/mycomponents/record/recordComDetailCard.vue
index 9c88cd25..7ac5883d 100644
--- a/mycomponents/record/recordComDetailCard.vue
+++ b/mycomponents/record/recordComDetailCard.vue
@@ -169,7 +169,7 @@
confirm(qty) {
// this.editItem.qty = qty;
- this.editItem.handlQty = qty;
+ this.editItem.handleQty = qty;
this.$emit('updateData')
}
}
diff --git a/pages.json b/pages.json
index b51d902d..207b2b99 100644
--- a/pages.json
+++ b/pages.json
@@ -318,7 +318,7 @@
{
"path": "pages/putaway/request/putawayRequestCreate",
"style": {
- "navigationBarTitleText": "新增原料上架申请",
+ "navigationBarTitleText": "原料上架申请创建",
"enablePullDownRefresh": false
}
},
diff --git a/pages/productPutaway/request/putawayRequestCreate.vue b/pages/productPutaway/request/putawayRequestCreate.vue
index 02409e35..921823f8 100644
--- a/pages/productPutaway/request/putawayRequestCreate.vue
+++ b/pages/productPutaway/request/putawayRequestCreate.vue
@@ -1,8 +1,421 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
\ No newline at end of file
+
diff --git a/static/config.json b/static/config.json
index 3f6576ad..5ff11180 100644
--- a/static/config.json
+++ b/static/config.json
@@ -18,7 +18,7 @@
"request_url": {
"name": "request_url",
- "value": "http://dev.ccwin-in.com:25100/api/admin-api",
+ "value": "http://192.168.0.230:12080/admin-api",
"dev2": "http://192.168.0.157:12080/admin-api",
"chefang": "http://192.168.0.176:12080/admin-api",
"chenxinming": "http://192.168.0.230:12080/admin-api",