diff --git a/common/http/config.ts b/common/http/config.ts index caebe4e..d505333 100644 --- a/common/http/config.ts +++ b/common/http/config.ts @@ -1,18 +1,18 @@ export default { //正式接口 - base_scm:'/api', - base_auth:'',//登录 - base_mes:'/mes',//面料 - base_process:'/mes',//工艺 + // base_scm:'/api', + // base_auth:'',//登录 + // base_mes:'/mes',//面料 + // base_process:'/mes',//工艺 //本地服务 // base_scm: 'http://192.168.1.222:7002', - // // base_scm: 'https://scm.goodsilk.cn/api', - // base_auth:'https://oauth.goodsilk.cn/api',//登录 - // base_mes:'https://scm.goodsilk.cn/mes',//面料 - // base_process:'https://scm.goodsilk.cn/mes',//工艺 + base_scm: 'https://scm.goodsilk.cn/api', + base_auth:'https://oauth.goodsilk.cn/api',//登录 + base_mes:'https://scm.goodsilk.cn/mes',//面料 + base_process:'https://scm.goodsilk.cn/mes',//工艺 } \ No newline at end of file diff --git a/pages.json b/pages.json index 150dd79..a82e31a 100644 --- a/pages.json +++ b/pages.json @@ -490,7 +490,36 @@ "path" : "pages/colorBlank/ColorBlankQuality1", "style" : { - "navigationBarTitleText" : "" + "navigationStyle": "custom", + "enablePullDownRefresh": false, + "disableScroll": true, + "app-plus": { + "bounce": "none" + } + } + }, + { + "path" : "pages/colorBlank/ScanCodeStorage", + "style" : + { + "navigationStyle": "custom", + "enablePullDownRefresh": false, + "disableScroll": true, + "app-plus": { + "bounce": "none" + } + } + }, + { + "path" : "pages/orderStatus/orderStatus", + "style" : + { + "navigationStyle": "custom", + "enablePullDownRefresh": false, + "disableScroll": true, + "app-plus": { + "bounce": "none" + } } } ], diff --git a/pages/colorBlank/ColorBlankQuality.vue b/pages/colorBlank/ColorBlankQuality.vue index 8e90810..f877d45 100644 --- a/pages/colorBlank/ColorBlankQuality.vue +++ b/pages/colorBlank/ColorBlankQuality.vue @@ -236,7 +236,7 @@ id: form.value.ids[j], mlxq: l, testItems: testItems.value, - status: '回修', + status: '质检完成', }) } else { data.push({ @@ -263,7 +263,7 @@ id: form.value.ids[j], mlxq: l, testItems: testItems.value, - status: '回修', + status: '暂存', }) } else { data.push({ @@ -332,7 +332,7 @@ id: form.value.ids[j], mlxq: l, testItems: testItems.value, - status: '回修', + status: '待审核', }) } else { data.push({ diff --git a/pages/colorBlank/ColorBlankQuality1.vue b/pages/colorBlank/ColorBlankQuality1.vue index 3ded3d7..82089a9 100644 --- a/pages/colorBlank/ColorBlankQuality1.vue +++ b/pages/colorBlank/ColorBlankQuality1.vue @@ -236,7 +236,7 @@ id: form.value.ids[j], mlxq: l, testItems: testItems.value, - status: '回修', + status: '质检完成', }) } else { data.push({ @@ -263,7 +263,7 @@ id: form.value.ids[j], mlxq: l, testItems: testItems.value, - status: '回修', + status: '暂存', }) } else { data.push({ diff --git a/pages/colorBlank/ScanCodeStorage.vue b/pages/colorBlank/ScanCodeStorage.vue new file mode 100644 index 0000000..904c874 --- /dev/null +++ b/pages/colorBlank/ScanCodeStorage.vue @@ -0,0 +1,101 @@ + + + + + \ No newline at end of file diff --git a/pages/colorBlank/resultsQuery.vue b/pages/colorBlank/resultsQuery.vue index 8f15d9e..e9dec69 100644 --- a/pages/colorBlank/resultsQuery.vue +++ b/pages/colorBlank/resultsQuery.vue @@ -77,6 +77,11 @@ } }) } + + const choose = () =>{ + list.value = [] + init() + } //日期选择 const show = ref(false) @@ -204,8 +209,8 @@ - 重置 - 筛选 + 重置 + 筛选 diff --git a/pages/distribution/detailCus.vue b/pages/distribution/detailCus.vue index cc7b4a9..404dd6f 100644 --- a/pages/distribution/detailCus.vue +++ b/pages/distribution/detailCus.vue @@ -259,7 +259,7 @@ {{itemSecond.code}}
{{itemSecond.ms}}米 - +

总米数:{{totalMeter(index)}}

@@ -281,7 +281,7 @@ readonly :rules="[{ required: true, message: '请填写' }]" @click="choosePic" /> -
diff --git a/pages/distribution/detailSpot.vue b/pages/distribution/detailSpot.vue index f769611..5ba2d9d 100644 --- a/pages/distribution/detailSpot.vue +++ b/pages/distribution/detailSpot.vue @@ -252,7 +252,7 @@ {{itemSecond.code}}
{{itemSecond.ms}}米 - +

总匹数:{{totalPs(index)}}

@@ -276,7 +276,7 @@ readonly :rules="[{ required: true, message: '请填写' }]" @click="choosePic()" /> - diff --git a/pages/index/index.vue b/pages/index/index.vue index 95ad953..fb28e27 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -127,11 +127,16 @@ const ListData =ref([ name:'质检结果查询', type:'testing', }, - // { - // path:'../colorBlank/ColorBlankQuality', - // name:'色胚质检', - // type:'blemish', - // }, + { + path:'../colorBlank/ScanCodeStorage', + name:'扫码暂存', + type:'testing', + }, + { + path:'../orderStatus/orderStatus', + name:'订单状态查询', + type:'testing', + }, // { // path:'../colorBlank/chemical', // name:'理化报告', diff --git a/pages/orderStatus/orderStatus.vue b/pages/orderStatus/orderStatus.vue new file mode 100644 index 0000000..b412980 --- /dev/null +++ b/pages/orderStatus/orderStatus.vue @@ -0,0 +1,85 @@ + + + + + \ No newline at end of file diff --git a/static/zhaoxiangji.png b/static/zhaoxiangji.png new file mode 100644 index 0000000..81d2fe1 Binary files /dev/null and b/static/zhaoxiangji.png differ