|
|
|
@ -1286,7 +1286,7 @@ export default class PurchaseWHSRM extends BasePage {
|
|
|
|
|
// }
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
//来料oa校验
|
|
|
|
|
//来料oa校验 不合格发起oa 合格不发起oa
|
|
|
|
|
if (this.selectList.value == 'checkTypeLL') {
|
|
|
|
|
if (this.formdata.checkResult == 'N') {
|
|
|
|
|
if (this.formdata.startOA == '1') {
|
|
|
|
@ -1314,8 +1314,9 @@ export default class PurchaseWHSRM extends BasePage {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
//首见,过程oa校验
|
|
|
|
|
//首见,过程oa校验 不合格发起oa 合格不发起oa
|
|
|
|
|
if (this.selectList.value == 'checkTypeSC' || this.selectList.value == 'checkTypeSCXJ' || this.selectList.value == 'checkTypeCP' || this.selectList.value == 'checkTypeCC') {
|
|
|
|
|
if (this.formdata.checkResult == 'N') {
|
|
|
|
|
if (this.formdata.startOA == '1') {
|
|
|
|
|
if (this.formdata.checkLoc === null || this.formdata.checkLoc === '') {
|
|
|
|
|
(this.$refs.uToast as any).show({
|
|
|
|
@ -1375,6 +1376,7 @@ export default class PurchaseWHSRM extends BasePage {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
// if (this.selectList.value == 'checkTypeCP' && !this.sampleQuality) {
|
|
|
|
|
// (this.$refs.uToast as any).show({
|
|
|
|
|
// title: '请输入样本数量',
|
|
|
|
|