diff --git a/src/pages.json b/src/pages.json
index 527ffc62..8c376964 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -1145,15 +1145,24 @@
}
},
+
{
- "path": "pages/productPutaway/record/productPutawayRecord",
+ "path": "pages/productPutaway/record/fgDirectPutaway",
"style": {
- "navigationBarTitleText": "制品上架记录",
+ "navigationBarTitleText": "装配直接上架",
"enablePullDownRefresh": false
}
},
+ {
+ "path": "pages/productPutaway/record/semiDirectPutaway",
+ "style": {
+ "navigationBarTitleText": "预生产直接上架",
+ "enablePullDownRefresh": false
+
+ }
+ },
{
"path": "pages/productPutaway/request/putawayRequest",
"style": {
diff --git a/src/pages/productPutaway/record/fgDirectPutaway.vue b/src/pages/productPutaway/record/fgDirectPutaway.vue
new file mode 100644
index 00000000..4bd5f2ad
--- /dev/null
+++ b/src/pages/productPutaway/record/fgDirectPutaway.vue
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/productPutaway/record/productPutawayRecord.vue b/src/pages/productPutaway/record/productPutawayRecord.vue
index 54f249db..378b001a 100644
--- a/src/pages/productPutaway/record/productPutawayRecord.vue
+++ b/src/pages/productPutaway/record/productPutawayRecord.vue
@@ -87,11 +87,11 @@
title: option.title
})
type.value = option.type
- if (type.value == 'predict') {
- updateTitle('制品上架记录')
- } else if (type.value == 'assemble') {
- updateTitle('装配上架记录')
- }
+ // if (type.value == 'predict') {
+ // updateTitle('制品上架记录')
+ // } else if (type.value == 'assemble') {
+ // updateTitle('装配上架记录')
+ // }
getBusinessType(bussinessCode.value, (res) => {
if (res.success) {
businessType.value = res.businessType
diff --git a/src/pages/productPutaway/record/semiDirectPutaway.vue b/src/pages/productPutaway/record/semiDirectPutaway.vue
new file mode 100644
index 00000000..f8aebb9e
--- /dev/null
+++ b/src/pages/productPutaway/record/semiDirectPutaway.vue
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file