diff --git a/App.vue b/App.vue index 6edf75d..c9c2bf2 100644 --- a/App.vue +++ b/App.vue @@ -12,9 +12,19 @@ } - diff --git a/api/user.js b/api/user.js index 072932a..b610ddb 100644 --- a/api/user.js +++ b/api/user.js @@ -354,4 +354,17 @@ export function materialCheckForm(data) { method: "post", data }); +} + +/** + * 新增首检检测列表 + * @param {Object} data + */ +export function newFirstCheckList(data) { + console.log(data) + return request({ + url: `${functions.getDomain()}/api/new-first-check-lists`, + method: "post", + data + }); } \ No newline at end of file diff --git a/pages.json b/pages.json index 9cbb167..2a9a2df 100644 --- a/pages.json +++ b/pages.json @@ -157,6 +157,15 @@ } } + ,{ + "path" : "pages/stampingInspectionList/stampingInspectionList", + "style" : + { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + + } ], "globalStyle": { "navigationBarTextStyle": "white", diff --git a/pages/stampingInspection/stampingInspection.vue b/pages/stampingInspection/stampingInspection.vue index 90a014e..339ce66 100644 --- a/pages/stampingInspection/stampingInspection.vue +++ b/pages/stampingInspection/stampingInspection.vue @@ -55,7 +55,7 @@ firstInspectionInfo(plan_id,item) { console.log("id",plan_id) uni.navigateTo({ - url: `../stampingInspectionInfo/stampingInspectionInfo?plan_id=${plan_id}&product_id=${item.product_id}&planInfo=${encodeURIComponent(JSON.stringify(item))}`, + url: `../stampingInspectionList/stampingInspectionList?plan_id=${plan_id}&planInfo=${encodeURIComponent(JSON.stringify(item))}`, success: res => {}, fail: () => {}, complete: () => {} diff --git a/pages/stampingInspectionInfo/index.scss b/pages/stampingInspectionInfo/index.scss index 5ba9429..29c7eb7 100644 --- a/pages/stampingInspectionInfo/index.scss +++ b/pages/stampingInspectionInfo/index.scss @@ -1,10 +1,4 @@ -.big-title{ - width: 690upx; - margin: auto; - margin-top: 30upx; - margin-bottom: 30upx; - @include fonts(26upx,#666,bold); - } + .sm-box{ @include wh(750upx,auto); padding-top: 30upx; @@ -289,14 +283,25 @@ width: 710upx; @include flex(center,space-bteween); .tx-title{ - width: 590upx; + width: 500upx; @include fonts(24upx,#666,400); } - input{ - width: 120upx; - padding: 20upx; - border: 1upx solid #F1F1F1; - font-size: 24upx; - text-align: right; + .tx-in-nav{ + width: 200upx; + @include flex(center,space-bteween); + input{ + width: 100upx; + padding: 20upx; + border: 1upx solid #F1F1F1; + font-size: 24upx; + text-align: right; + margin-left: 5upx; + margin-right: 5upx; + } + view{ + font-size: 24upx; + color: #555555; + } } + } \ No newline at end of file diff --git a/pages/stampingInspectionInfo/stampingInspectionInfo.vue b/pages/stampingInspectionInfo/stampingInspectionInfo.vue index e8091a5..e9d8467 100644 --- a/pages/stampingInspectionInfo/stampingInspectionInfo.vue +++ b/pages/stampingInspectionInfo/stampingInspectionInfo.vue @@ -70,7 +70,11 @@ {{ value.title }} - + + {{value.bottom}} + + {{value.top}} + @@ -79,7 +83,7 @@