bug修改

prod
anthonywj 2 years ago
parent d0f36db46c
commit c8b4537803

@ -354,6 +354,7 @@
<el-col span="5"> <el-col span="5">
<el-select v-model="inputQuery.scanPreIn" style="width: 65%" <el-select v-model="inputQuery.scanPreIn" style="width: 65%"
:disabled=" inputQuery.mainAction == 'WareHouseIn' || inputQuery.corpType !== 1 || inputQuery.advancePreIn==1 || inputQuery.vailInv==1" :disabled=" inputQuery.mainAction == 'WareHouseIn' || inputQuery.corpType !== 1 || inputQuery.advancePreIn==1 || inputQuery.vailInv==1"
@change="outChange"
placeholder="是否启用"> placeholder="是否启用">
<el-option label="是" :value="true"></el-option> <el-option label="是" :value="true"></el-option>
<el-option label="否" :value="false"></el-option> <el-option label="否" :value="false"></el-option>
@ -374,6 +375,7 @@
<el-col span="5"> <el-col span="5">
<el-select v-model="inputQuery.advancePreIn" style="width: 65%" <el-select v-model="inputQuery.advancePreIn" style="width: 65%"
:disabled=" inputQuery.mainAction == 'WareHouseIn' || inputQuery.corpType !== 1 || inputQuery.scanPreIn==1 || inputQuery.vailInv==1" :disabled=" inputQuery.mainAction == 'WareHouseIn' || inputQuery.corpType !== 1 || inputQuery.scanPreIn==1 || inputQuery.vailInv==1"
@change="outChange"
placeholder="是否启用"> placeholder="是否启用">
<el-option label="是" :value="true"></el-option> <el-option label="是" :value="true"></el-option>
<el-option label="否" :value="false"></el-option> <el-option label="否" :value="false"></el-option>
@ -388,21 +390,22 @@
<el-row> <el-row>
<el-col span="5"> <el-col span="5">
<span class="sptext">允许单据库存0库存出库</span> <span class="sptext">禁止单据库存0库存出库</span>
</el-col> </el-col>
<el-divider direction="vertical"></el-divider> <el-divider direction="vertical"></el-divider>
<el-col span="5"> <el-col span="5">
<el-select v-model="inputQuery.vailInv" style="width: 65%" <el-select v-model="inputQuery.vailInv" style="width: 65%"
:disabled=" inputQuery.mainAction!= 'WareHouseOut' || inputQuery.advancePreIn==1 || inputQuery.scanPreIn==1" :disabled=" inputQuery.mainAction!= 'WareHouseOut' || inputQuery.advancePreIn==1 || inputQuery.scanPreIn==1"
@change="outChange"
placeholder="是否启用" placeholder="是否启用"
> >
<el-option label="启用" :value="true"></el-option> <el-option label="" :value="true"></el-option>
<el-option label="不启用" :value="false"></el-option> <el-option label="" :value="false"></el-option>
</el-select> </el-select>
</el-col> </el-col>
<el-divider direction="vertical"></el-divider> <el-divider direction="vertical"></el-divider>
<el-col span="13"> <el-col span="13">
<span class="sptext">允许单据库存0库存出库</span> <span class="sptext">禁止单据库存0库存出库</span>
</el-col> </el-col>
</el-row> </el-row>
<el-divider></el-divider> <el-divider></el-divider>
@ -415,7 +418,7 @@
<el-divider direction="vertical"></el-divider> <el-divider direction="vertical"></el-divider>
<el-col span="5"> <el-col span="5">
<el-select v-model="inputQuery.spaceOut" style="width: 65%" <el-select v-model="inputQuery.spaceOut" style="width: 65%"
:disabled=" inputQuery.mainAction!= 'WareHouseOut'" :disabled=" inputQuery.mainAction!= 'WareHouseOut' || (!inputQuery.scanPreIn && !inputQuery.advancePreIn && !inputQuery.vailInv)"
> >
<el-option label="无" :value="0"></el-option> <el-option label="无" :value="0"></el-option>
<el-option label="整单按指定货位出库" :value="1"></el-option> <el-option label="整单按指定货位出库" :value="1"></el-option>
@ -1341,6 +1344,14 @@ export default {
this.inputQuery.backPreinType = 1; this.inputQuery.backPreinType = 1;
} }
}, },
//
outChange() {
if (!this.inputQuery.scanPreIn && !this.inputQuery.scanPreIn && !this.inputQuery.scanPreIn) {
this.inputQuery.spaceOut = 0;
}
},
// //
getOrderType() { getOrderType() {
this.orderTypeList = [] this.orderTypeList = []

@ -196,6 +196,7 @@
<el-select <el-select
style="width: 90%" style="width: 90%"
v-model="checkPreInArray" v-model="checkPreInArray"
:disabled="corpOrderIdDisabled"
multiple multiple
placeholder="请选入单据" placeholder="请选入单据"
> >
@ -950,6 +951,27 @@ export default {
return; return;
} }
} }
if (this.curSpaceShow) {
if (this.$isBlank(this.orderFormData.curSpaceCode)) {
this.$message.warning("请选择当前货位!");
return;
}
}
if (this.preInSpaceShow) {
if (this.$isBlank(this.orderFormData.checkPreInSpaceCode)) {
this.$message.warning("请选择预验收出库货位!");
return;
}
}
if (this.preSpaceShow) {
if (this.$isBlank(this.orderFormData.preCurSpaceCode)) {
this.$message.warning("请选择寄售出库货位!");
return;
}
}
if (this.$isBlank(this.orderFormData.corpOrderId)) { if (this.$isBlank(this.orderFormData.corpOrderId)) {
let date = new Date(); let date = new Date();
this.orderFormData.corpOrderId = this.orderFormData.corpOrderId =

@ -316,10 +316,16 @@ export default {
}); });
} else { } else {
this.$message.success("匹配成功!"); this.$message.success("匹配成功!");
if (event == null) {
} else event.target.select();
this.$refs.inputRef.select();
} }
} else { } else {
this.$message.error(response.message); this.$message.error(response.message);
if (event == null) {
} else event.target.select();
this.$refs.inputRef.select();
} }
@ -464,21 +470,21 @@ export default {
window.sc = new A.KeyScaner(inputer);//DOM window.sc = new A.KeyScaner(inputer);//DOM
sc.onInput = function (text) { sc.onInput = function (text) {
if (text.includes("delete")) { if (text.includes("delete")) {
that.vailQuery.code = ""; that.udiCode = "";
that.sictomText = "";
that.originCode = "";
return; return;
} }
if (that.sitcomScan) { if (that.sitcomScan) {
let tempTxt = text; let tempTxt = text;
let str = tempTxt.replace(/[\r]/g, ""); let str = tempTxt.replace(/[\r]/g, "");
that.sictomText = that.sictomText + str; that.sictomText = that.sictomText + str;
that.vailQuery.code = that.sictomText; that.udiCode = that.sictomText;
} else { } else {
that.vailQuery.code = text; that.udiCode = text;
} }
}; };
inputer.focus(); inputer.focus();
}, },
created() { created() {

Loading…
Cancel
Save