|
|
|
@ -225,11 +225,11 @@ export default {
|
|
|
|
|
this.$message.error("请输入接受委托分库!");
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (this.$isBlank(this.inputQuery.entrustAction)) {
|
|
|
|
|
this.$message.error("请输入生成单据类型!");
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
//
|
|
|
|
|
// if (this.$isBlank(this.inputQuery.entrustAction)) {
|
|
|
|
|
// this.$message.error("请输入生成单据类型!");
|
|
|
|
|
// return;
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
insertEntrustRece(this.inputQuery)
|
|
|
|
|
.then((response) => {
|
|
|
|
@ -274,10 +274,10 @@ export default {
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (this.$isBlank(this.inputQuery.entrustAction)) {
|
|
|
|
|
this.$message.error("请输入生成单据类型!");
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
// if (this.$isBlank(this.inputQuery.entrustAction)) {
|
|
|
|
|
// this.$message.error("请输入生成单据类型!");
|
|
|
|
|
// return;
|
|
|
|
|
// }
|
|
|
|
|
updateEntrustRece(this.inputQuery)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
this.loading = false;
|
|
|
|
|