diff --git a/mycomponents/record/recordComDetailCard.vue b/mycomponents/record/recordComDetailCard.vue
index 393053e6..0915b950 100644
--- a/mycomponents/record/recordComDetailCard.vue
+++ b/mycomponents/record/recordComDetailCard.vue
@@ -16,7 +16,8 @@
+ :isShowPack="true" :isShowFromLocation="isShowFromLocation" :isShowToLocation="isShowToLocation">
+
@@ -78,6 +79,11 @@
default: true
},
+ isShowToLocation: {
+ type: Boolean,
+ default: true
+ },
+
isShowItemQty: {
type: Boolean,
default: true
diff --git a/pages.json b/pages.json
index c058f1f2..b51d902d 100644
--- a/pages.json
+++ b/pages.json
@@ -18,8 +18,8 @@
"titleNView": {
// "autoBackButton": "true",
"buttons": [
-
-
+
+
]
}
}
@@ -43,11 +43,11 @@
"titleNView": {
// "autoBackButton": "true",
"buttons": [
-
-
+
+
]
}
-
+
}
},
{
@@ -158,8 +158,8 @@
// }
}
},
-
-
+
+
{
"path": "pages/purchaseReceipt/job/receiptJob",
"style": {
@@ -315,7 +315,13 @@
"enablePullDownRefresh": false
}
},
-
+ {
+ "path": "pages/putaway/request/putawayRequestCreate",
+ "style": {
+ "navigationBarTitleText": "新增原料上架申请",
+ "enablePullDownRefresh": false
+ }
+ },
{
"path": "pages/productionReceipt/job/productionReceiptJob",
"style": {
@@ -1209,7 +1215,7 @@
"style": {
"navigationBarTitleText": "制品上架申请创建",
"enablePullDownRefresh": false
-
+
}
},
@@ -1666,7 +1672,7 @@
"enablePullDownRefresh": false
}
},
-
+
{
"path": "pages/container/record/containerBindRecord",
"style": {
@@ -1710,8 +1716,8 @@
"titleNView": {
// "autoBackButton": "true",
"buttons": [
-
-
+
+
]
}
}
diff --git a/pages/putaway/request/putawayRequest.vue b/pages/putaway/request/putawayRequest.vue
index 37a8a6a1..3e88b1bb 100644
--- a/pages/putaway/request/putawayRequest.vue
+++ b/pages/putaway/request/putawayRequest.vue
@@ -193,8 +193,12 @@
openScanDetailPopup() {
uni.navigateTo({
- url: "../record/putawayRecord?fromType=" + this.fromType
+ url: "../request/putawayRequestCreate"
})
+
+ // uni.navigateTo({
+ // url: "../record/putawayRecord?fromType=" + this.fromType
+ // })
},
diff --git a/pages/putaway/request/putawayRequestCreate.vue b/pages/putaway/request/putawayRequestCreate.vue
new file mode 100644
index 00000000..bce7f73d
--- /dev/null
+++ b/pages/putaway/request/putawayRequestCreate.vue
@@ -0,0 +1,428 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+