|
|
|
@ -685,7 +685,7 @@ export default {
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if(this.curAction.corpType ==1){
|
|
|
|
|
if (this.curAction.corpType == 1) {
|
|
|
|
|
if (this.$isBlank(this.formData.fromSubInvCode)) {
|
|
|
|
|
this.$message.error('当前往来分库不能为空');
|
|
|
|
|
return;
|
|
|
|
@ -709,8 +709,8 @@ export default {
|
|
|
|
|
this.$refs.inputRef.select();
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
repeatAddCode() {
|
|
|
|
|
let tQuery = Object.assign(JSON.parse(JSON.stringify(this.formData)));
|
|
|
|
|
repeatAddCode(editData) {
|
|
|
|
|
let tQuery = editData;
|
|
|
|
|
tQuery.orderId = this.idQuery.id;
|
|
|
|
|
tQuery.actDate = parseTime(this.formData.actDate, '{y}-{m}-{d} {h}:{i}:{s}');
|
|
|
|
|
tQuery.action = this.formData.action;
|
|
|
|
|