@@ -490,8 +522,9 @@
:column="5"
border
style="margin-top: 24px"
+ v-if="vxeTableData2.length > 0"
>
-
+
@@ -509,9 +542,9 @@
-
+
-
+
@@ -538,7 +571,10 @@
@@ -593,6 +629,7 @@ export default {
thicknessData:[],
measureList:[],
vxeTableData1:[],
+ thickIndex:0,
option: {
tip: false,
height: 'auto',
@@ -1161,15 +1198,6 @@ export default {
}
return '';
- // if (column.property === 'score') {
- // if (row.score < 60) {
- // return 'cell-fail';
- // }
- // if (row.score > 90) {
- // return 'cell-excellent';
- // }
- // }
- // return '';
},
@@ -1179,7 +1207,9 @@ export default {
if(row.checkUserRealName != null && row.checkUserRealName != ''){
return
}
- this.thicknessData.push({})
+ this.thicknessData.push({
+ seqNo:1
+ })
},
removeSpecimen(index,row,val){
if(val.checkUserRealName != null && val.checkUserRealName != ''){
@@ -1267,7 +1297,13 @@ export default {
return
}
},
- searchThinkData(){
+ searchThinkData(row){
+ console.log('row=============',row)
+ console.log('checkUserRealName----------',row.checkUserRealName)
+ if(!row.checkUserRealName || row.checkUserRealName != ''){
+ console.log('11111111111111111')
+ return
+ }
const itemDetail = {
// tools: row.trialItem,
// testType: '镀后测厚',
@@ -1353,7 +1389,9 @@ export default {
console.log('resultList--------------',resultList)
console.log('getDChyData--------------',this.getDChyData)
if (resultList.length > 0) {
+ this.thickIndex++
resultList.forEach((item) => {
+ item.seqNo = this.thickIndex
let isExist = false;
this.getDChyData.forEach((items) => {
if (item.filetime === items.filetime) {
@@ -1665,6 +1703,10 @@ export default {
}else{
this.showYD = false
}
+ // res.data.data.wpItemList.map(item =>{
+ // item.item.name = item.itemName
+ // item.checkUserRealName = ''
+ // })
this.vxeTableData = res.data.data.wpItemList;
console.log('this.vxeTableData', this.vxeTableData);
this.vxeTableData.map(item => {
diff --git a/src/views/zhgd-work/workCheck/index.vue b/src/views/zhgd-work/workCheck/index.vue
index 2e252c2e..22861be2 100644
--- a/src/views/zhgd-work/workCheck/index.vue
+++ b/src/views/zhgd-work/workCheck/index.vue
@@ -11,6 +11,21 @@
@keyup.enter.native="codeKeyUp"
/>
+
+ 保存
+
+
+
+
+
+
不良原因
-
+
+
+
+ 厚度检测
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ *序列号
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{scope.row.item.code}}
+
+
+ {{scope.row.item.name}}
+
+
+ {{scope.row.item.itemTypeName}}
+
+
+ {{scope.row.standard && scope.row.standard.name}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ changeQty(val, scope.$index)"
+ :disabled=" scope.row.checkUserRealName != null && scope.row.checkUserRealName != '' "
+ >
+ 合格
+ 不合格
+ NA
+
+
+
+
+
+
+
-
- 保存
-
+
\ No newline at end of file