|
|
@ -1,6 +1,6 @@ |
|
|
|
<template> |
|
|
|
<template > |
|
|
|
|
|
|
|
|
|
|
|
<a-spin :spinning="confirmLoading"> |
|
|
|
<a-spin :spinning="confirmLoading" > |
|
|
|
<j-form-container :disabled="formDisabled"> |
|
|
|
<j-form-container :disabled="formDisabled"> |
|
|
|
<!-- 主表单区域 --> |
|
|
|
<!-- 主表单区域 --> |
|
|
|
<a-form :form="form" slot="detail"> |
|
|
|
<a-form :form="form" slot="detail"> |
|
|
@ -1334,7 +1334,7 @@ |
|
|
|
console.log('格式化后的数据', formData) |
|
|
|
console.log('格式化后的数据', formData) |
|
|
|
if (formData.ifDirect == null && this.routePlanName == '采购员') { |
|
|
|
if (formData.ifDirect == null && this.routePlanName == '采购员') { |
|
|
|
this.$message.error('请选择是否属于直达物资!') |
|
|
|
this.$message.error('请选择是否属于直达物资!') |
|
|
|
return |
|
|
|
return; |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
if (formData.ifDirect == 1) { |
|
|
|
if (formData.ifDirect == 1) { |
|
|
|
if (formData.ifInspection == null) { |
|
|
|
if (formData.ifInspection == null) { |
|
|
@ -1497,6 +1497,17 @@ |
|
|
|
this.$message.error('请选择采购类型') |
|
|
|
this.$message.error('请选择采购类型') |
|
|
|
return |
|
|
|
return |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
|
|
|
|
if (formData.ifDirect == null && this.routePlanName == '采购员') { |
|
|
|
|
|
|
|
this.$message.error('请选择是否属于直达物资!') |
|
|
|
|
|
|
|
return |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
if (formData.ifDirect == 1) { |
|
|
|
|
|
|
|
if (formData.ifInspection == null) { |
|
|
|
|
|
|
|
this.$message.error('请选择是否需要送检!') |
|
|
|
|
|
|
|
return |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
this.passTask() |
|
|
|
this.passTask() |
|
|
|
this.handleSubmit(true) |
|
|
|
this.handleSubmit(true) |
|
|
|
} |
|
|
|
} |
|
|
|