From c0c637388a44c8e6577a67568e2ea3c4abda1bd3 Mon Sep 17 00:00:00 2001 From: niexiting <85552560@qq.com> Date: Mon, 25 Mar 2024 14:47:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=96=B0=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages.json | 78 +++- .../job/FgProductReceiptDetail.vue | 418 ++++++++++++++++++ .../job/FgProductReceiptJob.vue | 287 ++++++++++++ .../job/SemiProductReceiptDetail.vue | 418 ++++++++++++++++++ .../job/SemiProductReceiptJob.vue | 287 ++++++++++++ src/static/config.js | 2 +- 6 files changed, 1482 insertions(+), 8 deletions(-) create mode 100644 src/pages/productReceipt/job/FgProductReceiptDetail.vue create mode 100644 src/pages/productReceipt/job/FgProductReceiptJob.vue create mode 100644 src/pages/productReceipt/job/SemiProductReceiptDetail.vue create mode 100644 src/pages/productReceipt/job/SemiProductReceiptJob.vue 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