diff --git a/api/user.js b/api/user.js index b610ddb..91999bb 100644 --- a/api/user.js +++ b/api/user.js @@ -356,6 +356,19 @@ export function materialCheckForm(data) { }); } +/** + * 新增冲压检测列表 + * @param {Object} data + */ +export function newCheckCyList(data) { + console.log(data) + return request({ + url: `${functions.getDomain()}/api/new-check-cy-lists`, + method: "post", + data + }); +} + /** * 新增首检检测列表 * @param {Object} data diff --git a/pages.json b/pages.json index 2a9a2df..83f8871 100644 --- a/pages.json +++ b/pages.json @@ -166,6 +166,15 @@ } } + ,{ + "path" : "pages/firstInspectionList/firstInspectionList", + "style" : + { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + + } ], "globalStyle": { "navigationBarTextStyle": "white", diff --git a/pages/firstInspection/firstInspection.vue b/pages/firstInspection/firstInspection.vue index b99bce0..12cad89 100644 --- a/pages/firstInspection/firstInspection.vue +++ b/pages/firstInspection/firstInspection.vue @@ -52,7 +52,7 @@ firstInspectionInfo(plan_id,item) { console.log("id",plan_id) uni.navigateTo({ - url: `../firstInspectionInfo/firstInspectionInfo?plan_id=${plan_id}&product_id=${item.product_id}&planInfo=${encodeURIComponent(JSON.stringify(item))}`, + url: `../firstInspectionList/firstInspectionList?plan_id=${plan_id}&product_id=${item.product_id}&planInfo=${encodeURIComponent(JSON.stringify(item))}`, success: res => {}, fail: () => {}, complete: () => {} diff --git a/pages/firstInspectionInfo/firstInspectionInfo.vue b/pages/firstInspectionInfo/firstInspectionInfo.vue index 54946a3..d0a7d29 100644 --- a/pages/firstInspectionInfo/firstInspectionInfo.vue +++ b/pages/firstInspectionInfo/firstInspectionInfo.vue @@ -48,10 +48,10 @@ 首检信息: - + - + {{info.msg}} @@ -61,13 +61,13 @@ 抽样方式: - {{item.name}} - + @@ -80,12 +80,12 @@ 检验依据: - {{item}} - + @@ -127,7 +127,7 @@ 2 3 - + @@ -138,7 +138,7 @@ - + @@ -153,8 +153,8 @@ -