| | |
| | | {{ checkData.HStatus?"合格":"不合格" }} |
| | | </view> |
| | | <view> |
| | | <switch style="width: 2em; transform:scale(0.7);" :checked="checkData.HStatus" |
| | | <switch style="width: 2em; transform:scale(0.7);" :checked="!!checkData.HStatus" |
| | | @change="HStatusChange" /> |
| | | </view> |
| | | </view> |
| | |
| | | setUrl: '/QC_PatrolProcCheckOtherBill/set_SaveValue', |
| | | getUrl: '/QC_PatrolProcCheckOtherBill/getValueList' |
| | | } |
| | | case 3: return { |
| | | setUrl: '/QC_LastPieceCheckBill/set_SaveValue', |
| | | getUrl: '/QC_LastPieceCheckBill_ValueTable/getValueList' |
| | | } |
| | | case 4:return{ |
| | | setUrl: '/QC_OutCompCheckBill/set_SaveValue', |
| | | getUrl: '/QC_OutCompCheckBill_ValueTable/getValueList' |
| | | } |
| | | } |
| | | } |
| | | } |
| | |
| | | |
| | | }, |
| | | async set_SaveValue() { |
| | | await this.$nextTick(); |
| | | console.log("InSpect Values: ", this.InSpectValues) |
| | | try { |
| | | let res = await CommonUtils.doRequest2Sync({ |
| | |
| | | method: "POST" |
| | | }) |
| | | |
| | | if (res) { |
| | | if (!res) { |
| | | return |
| | | } |
| | | let { |