diff --git a/src/pages.json b/src/pages.json index 1c46f45b..2f1c55ee 100644 --- a/src/pages.json +++ b/src/pages.json @@ -785,7 +785,6 @@ "fontSize": "58rpx", //按钮上文字的大小 "text": "\ue696", "fontSrc": "/static/ali_icon/iconfont.ttf" - }, { @@ -799,19 +798,84 @@ } }, { - "path": "pages/productReceipt/record/productReceiptRecord", + "path": "pages/productReceipt/job/productReceiptDetail", "style": { - "navigationBarTitleText": "制品收货记录", + "navigationBarTitleText": "制品收货详情", "enablePullDownRefresh": false - + } + }, + { + "path": "pages/productReceipt/job/fgProductReceiptJob", + "style": { + "navigationBarTitleText": "装配完工收货任务", + "enablePullDownRefresh": true, + "titleNView": { + // "autoBackButton": "true", + "buttons": [ + // 右边按钮 + { + "float": "right", + "fontSize": "58rpx", //按钮上文字的大小 + "text": "\ue696", + "fontSrc": "/static/ali_icon/iconfont.ttf" + }, + { + + "float": "right", + "fontSize": "52rpx", //按钮上文字的大小 + "text": "\ue6e2", + "fontSrc": "/static/ali_icon/iconfont.ttf" + } + ] + } } }, { - "path": "pages/productReceipt/job/productReceiptDetail", + "path": "pages/productReceipt/job/fgProductReceiptDetail", "style": { - "navigationBarTitleText": "制品收货详情", + "navigationBarTitleText": "装配完工收货详情", + "enablePullDownRefresh": false + } + }, + { + "path": "pages/productReceipt/job/semiProductReceiptJob", + "style": { + "navigationBarTitleText": "预生产完工收货任务", + "enablePullDownRefresh": true, + "titleNView": { + // "autoBackButton": "true", + "buttons": [ + // 右边按钮 + { + "float": "right", + "fontSize": "58rpx", //按钮上文字的大小 + "text": "\ue696", + "fontSrc": "/static/ali_icon/iconfont.ttf" + }, + { + + "float": "right", + "fontSize": "52rpx", //按钮上文字的大小 + "text": "\ue6e2", + "fontSrc": "/static/ali_icon/iconfont.ttf" + } + ] + } + } + }, + { + "path": "pages/productReceipt/job/semiProductReceiptDetail", + "style": { + "navigationBarTitleText": "预生产完工收货详情", + "enablePullDownRefresh": false + } + }, + + { + "path": "pages/productReceipt/record/productReceiptRecord", + "style": { + "navigationBarTitleText": "制品收货记录", "enablePullDownRefresh": false - } }, { diff --git a/src/pages/productReceipt/job/FgProductReceiptDetail.vue b/src/pages/productReceipt/job/FgProductReceiptDetail.vue new file mode 100644 index 00000000..6759a483 --- /dev/null +++ b/src/pages/productReceipt/job/FgProductReceiptDetail.vue @@ -0,0 +1,418 @@ + + + + + diff --git a/src/pages/productReceipt/job/FgProductReceiptJob.vue b/src/pages/productReceipt/job/FgProductReceiptJob.vue new file mode 100644 index 00000000..c5e524a7 --- /dev/null +++ b/src/pages/productReceipt/job/FgProductReceiptJob.vue @@ -0,0 +1,287 @@ + + + + + diff --git a/src/pages/productReceipt/job/SemiProductReceiptDetail.vue b/src/pages/productReceipt/job/SemiProductReceiptDetail.vue new file mode 100644 index 00000000..6759a483 --- /dev/null +++ b/src/pages/productReceipt/job/SemiProductReceiptDetail.vue @@ -0,0 +1,418 @@ + + + + + diff --git a/src/pages/productReceipt/job/SemiProductReceiptJob.vue b/src/pages/productReceipt/job/SemiProductReceiptJob.vue new file mode 100644 index 00000000..c5e524a7 --- /dev/null +++ b/src/pages/productReceipt/job/SemiProductReceiptJob.vue @@ -0,0 +1,287 @@ + + + + + diff --git a/src/static/config.js b/src/static/config.js index 3f42814d..a6ee2092 100644 --- a/src/static/config.js +++ b/src/static/config.js @@ -1,5 +1,5 @@ let request_url = "http://dev.ccwin-in.com:25300/api/admin-api" -// let request_url = "http://192.168.0.211:12080/admin-api" +// let request_url = "http://192.168.0.113:12080/admin-api" let isDevelopment = true