单据新增预验收库存不足

dev
郑明梁 2 years ago
parent 6fa583a088
commit adb1715c4a

@ -430,7 +430,6 @@ export default {
}, },
combine(){ combine(){
debugger
console.log(this.orderQuery) console.log(this.orderQuery)
if(this.orderQuery==null || this.orderQuery.length==0){ if(this.orderQuery==null || this.orderQuery.length==0){
this.$message.error("请先选择单据!") this.$message.error("请先选择单据!")

@ -146,7 +146,7 @@
" "
> >
<el-select <el-select
v-model="orderFormData.fromCorpName" v-model="orderFormData.fromCorp"
filterable filterable
remote remote
clearable clearable
@ -1091,7 +1091,6 @@ export default {
); );
tQuery.code = this.codeFormData.code; tQuery.code = this.codeFormData.code;
tQuery.orderType = this.viewType; tQuery.orderType = this.viewType;
debugger
this.addCodeSubmit(tQuery); this.addCodeSubmit(tQuery);
this.$refs.inputRef.select(); this.$refs.inputRef.select();
}, },
@ -1130,6 +1129,7 @@ export default {
this.refreshCodesPanel(); this.refreshCodesPanel();
this.$refs.inputRef.focus(); this.$refs.inputRef.focus();
this.$refs.inputRef.select(); this.$refs.inputRef.select();
this.orderFormData.relId = null;
} else { } else {
if (response.code == 502) { if (response.code == 502) {
//ID //ID

Loading…
Cancel
Save