|
|
|
@ -39,7 +39,7 @@
|
|
|
|
|
auto-complete="off"
|
|
|
|
|
style="width: 90%"
|
|
|
|
|
clearable
|
|
|
|
|
:disabled="corpOrderIdDisabled"
|
|
|
|
|
:disabled="true"
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
@ -643,6 +643,24 @@ export default {
|
|
|
|
|
this.$message.warning("请选择单据类型!");
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
if(this.curAction.corpType === 0 || this.curAction.corpType === 2 || (this.curAction.corpType === 1 && !this.curAction.genUnit)){
|
|
|
|
|
if(this.$isBlank(this.orderFormData.fromCorp)){
|
|
|
|
|
this.$message.warning("请选择往来单位!");
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if(this.curAction.corpType == 3){
|
|
|
|
|
if(this.$isBlank(this.orderFormData.fromInvCode)){
|
|
|
|
|
this.$message.warning("请选择往来单位!");
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if(this.curAction.corpType === 1 && this.curAction.genUnit){
|
|
|
|
|
if(this.$isBlank(this.orderFormData.fromCorp)){
|
|
|
|
|
this.$message.warning("请选择往来单位!");
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if (this.$isBlank(this.orderFormData.corpOrderId)) {
|
|
|
|
|
let date = new Date();
|
|
|
|
|
this.orderFormData.corpOrderId =
|
|
|
|
|