| | |
| | | @click="handleOk()" |
| | | type="primary" |
| | | :loading="confirmLoading" |
| | | :disabled="this.model.precisionInspectionStatus == '5'" |
| | | :disabled="this.model.precisionInspectionStatus == '5' || this.model.statusFlag !== this.model.precisionInspectionStatus" |
| | | >确定</a-button> |
| | | <!-- <a-button |
| | | @click="handleOk()" |
| | | type="primary" |
| | | :loading="confirmLoading" |
| | | :disabled="this.model.precisionInspectionStatus == '5'" |
| | | >确定</a-button> --> |
| | | |
| | | </template> |
| | | </a-modal> |
| | |
| | | |
| | | methods: { |
| | | |
| | | edit(record) { |
| | | edit(record, statusFlag) { |
| | | let that = this; |
| | | if (record.receipts2 == "" || record.receipts2 == null) { |
| | | this.getSysFileName() |
| | |
| | | // record.meetProcessRequire = '0' |
| | | // record.judgmentResult = "" |
| | | this.model = Object.assign({}, record); |
| | | // alert("1" + statusFlag) |
| | | // alert("2" + record.precisionInspectionStatus) |
| | | this.model.statusFlag = statusFlag; |
| | | this.getPrecisionInspection() |
| | | // this.getEquipmentPrecision() |
| | | this.visible = true; |