|
|
|
@ -1288,6 +1288,7 @@ export default class PurchaseWHSRM extends BasePage {
|
|
|
|
|
}
|
|
|
|
|
//来料oa校验
|
|
|
|
|
if (this.selectList.value == 'checkTypeLL') {
|
|
|
|
|
if (this.formdata.checkResult == 'N') {
|
|
|
|
|
if (this.formdata.startOA == '1') {
|
|
|
|
|
if (this.formdata.materialType === null || this.formdata.materialType === '') {
|
|
|
|
|
(this.$refs.uToast as any).show({
|
|
|
|
@ -1312,6 +1313,7 @@ export default class PurchaseWHSRM extends BasePage {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
//首见,过程oa校验
|
|
|
|
|
if (this.selectList.value == 'checkTypeSC' || this.selectList.value == 'checkTypeSCXJ' || this.selectList.value == 'checkTypeCP' || this.selectList.value == 'checkTypeCC') {
|
|
|
|
|
if (this.formdata.startOA == '1') {
|
|
|
|
|