|
|
|
@ -94,10 +94,9 @@
|
|
|
|
|
|
|
|
|
|
<el-col :span="7">
|
|
|
|
|
<el-form-item prop="locStorageCode">
|
|
|
|
|
<!--<el-select v-model="formData.billType" style="width: 100%" placeholder="业务类型" :disabled="true">-->
|
|
|
|
|
<!--<el-option label="送货单" value="deliveryNote"></el-option>-->
|
|
|
|
|
<!--</el-select>-->
|
|
|
|
|
<el-select v-model="formData.locStorageCode" placeholder="当前仓库信息" disabled>
|
|
|
|
|
<el-select v-model="formData.locStorageCode" placeholder="当前仓库信息"
|
|
|
|
|
@change="invChange"
|
|
|
|
|
disabled>
|
|
|
|
|
<el-option
|
|
|
|
|
v-for="item in storageList"
|
|
|
|
|
:key="item.name"
|
|
|
|
@ -108,6 +107,30 @@
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-col :span="3">
|
|
|
|
|
<div class="ao-text">
|
|
|
|
|
<span>当前分库:</span>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
<el-col :span="7">
|
|
|
|
|
<el-form-item prop="invWarehouseCode">
|
|
|
|
|
<el-select v-model="formData.invWarehouseCode" disabled
|
|
|
|
|
placeholder="当前分库信息"
|
|
|
|
|
clearable>
|
|
|
|
|
<el-option
|
|
|
|
|
v-for="item in subInvList"
|
|
|
|
|
:key="item.name"
|
|
|
|
|
:label="item.name"
|
|
|
|
|
:value="item.code">
|
|
|
|
|
<span style="float: left">{{ item.name }}</span>
|
|
|
|
|
</el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
</el-row>
|
|
|
|
|
</el-card>
|
|
|
|
|
|
|
|
|
@ -124,44 +147,44 @@
|
|
|
|
|
>
|
|
|
|
|
</el-button-group>
|
|
|
|
|
|
|
|
|
|
<!-- <el-row :gutter="20">-->
|
|
|
|
|
<!-- <el-col :span="3">-->
|
|
|
|
|
<!-- <div class="ao-text">-->
|
|
|
|
|
<!-- <span>扫码录入:</span>-->
|
|
|
|
|
<!-- </div>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<!-- <el-col :span="10">-->
|
|
|
|
|
<!-- <el-form-item prop="code">-->
|
|
|
|
|
<!-- <el-row :gutter="20">-->
|
|
|
|
|
<!-- <el-col :span="3">-->
|
|
|
|
|
<!-- <div class="ao-text">-->
|
|
|
|
|
<!-- <span>扫码录入:</span>-->
|
|
|
|
|
<!-- </div>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<!-- <el-col :span="10">-->
|
|
|
|
|
<!-- <el-form-item prop="code">-->
|
|
|
|
|
|
|
|
|
|
<!-- <!– @keyup.native.enter="focusNext('iCount')" @focus="getInputFocus($event)"-->
|
|
|
|
|
<!-- @keypress.enter.native="selectProductFunction($event)"-->
|
|
|
|
|
<!-- –>-->
|
|
|
|
|
<!-- <el-input-->
|
|
|
|
|
<!-- <!– @keyup.native.enter="focusNext('iCount')" @focus="getInputFocus($event)"-->
|
|
|
|
|
<!-- @keypress.enter.native="selectProductFunction($event)"-->
|
|
|
|
|
<!-- –>-->
|
|
|
|
|
<!-- <el-input-->
|
|
|
|
|
|
|
|
|
|
<!-- @keyup.enter.native="selectProductFunction($event)"-->
|
|
|
|
|
<!-- v-model="code"-->
|
|
|
|
|
<!-- auto-complete="off"-->
|
|
|
|
|
<!-- ref='inputRef'-->
|
|
|
|
|
<!-- @focus="getInputFocus($event)"-->
|
|
|
|
|
<!-- ></el-input>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<!-- <!– <el-col :span="3">–>-->
|
|
|
|
|
<!-- <!– <div class="ao-text">–>-->
|
|
|
|
|
<!-- <!– <span>数量:</span>–>-->
|
|
|
|
|
<!-- <!– </div>–>-->
|
|
|
|
|
<!-- <!– </el-col>–>-->
|
|
|
|
|
<!-- <!– <el-col :span="4">–>-->
|
|
|
|
|
<!-- <!– <el-form-item prop="iCount">–>-->
|
|
|
|
|
<!-- <!– <!– @keypress.enter.native="addCode()"–>–>-->
|
|
|
|
|
<!-- <!– <el-input v-model="iCount" auto-complete="off" ref="iCount"–>-->
|
|
|
|
|
<!-- <!– @keypress.enter.native="iCountEnterFunction()"–>-->
|
|
|
|
|
<!-- <!– @focus="getInputFocus($event)"–>-->
|
|
|
|
|
<!-- <!– @input="iCountChange"–>-->
|
|
|
|
|
<!-- <!– oninput="value=value.replace(/[^\d]/g,'')"></el-input>–>-->
|
|
|
|
|
<!-- <!– </el-form-item>–>-->
|
|
|
|
|
<!-- <!– </el-col>–>-->
|
|
|
|
|
<!-- </el-row>-->
|
|
|
|
|
<!-- @keyup.enter.native="selectProductFunction($event)"-->
|
|
|
|
|
<!-- v-model="code"-->
|
|
|
|
|
<!-- auto-complete="off"-->
|
|
|
|
|
<!-- ref='inputRef'-->
|
|
|
|
|
<!-- @focus="getInputFocus($event)"-->
|
|
|
|
|
<!-- ></el-input>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<!-- <!– <el-col :span="3">–>-->
|
|
|
|
|
<!-- <!– <div class="ao-text">–>-->
|
|
|
|
|
<!-- <!– <span>数量:</span>–>-->
|
|
|
|
|
<!-- <!– </div>–>-->
|
|
|
|
|
<!-- <!– </el-col>–>-->
|
|
|
|
|
<!-- <!– <el-col :span="4">–>-->
|
|
|
|
|
<!-- <!– <el-form-item prop="iCount">–>-->
|
|
|
|
|
<!-- <!– <!– @keypress.enter.native="addCode()"–>–>-->
|
|
|
|
|
<!-- <!– <el-input v-model="iCount" auto-complete="off" ref="iCount"–>-->
|
|
|
|
|
<!-- <!– @keypress.enter.native="iCountEnterFunction()"–>-->
|
|
|
|
|
<!-- <!– @focus="getInputFocus($event)"–>-->
|
|
|
|
|
<!-- <!– @input="iCountChange"–>-->
|
|
|
|
|
<!-- <!– oninput="value=value.replace(/[^\d]/g,'')"></el-input>–>-->
|
|
|
|
|
<!-- <!– </el-form-item>–>-->
|
|
|
|
|
<!-- <!– </el-col>–>-->
|
|
|
|
|
<!-- </el-row>-->
|
|
|
|
|
|
|
|
|
|
<!-- highlight-current-row-->
|
|
|
|
|
<!-- @current-change="rowChange"-->
|
|
|
|
@ -421,6 +444,7 @@ import {getBasicUnitMaintains, getBasicUnitMaintains2} from "../../api/basic/bas
|
|
|
|
|
import {getBussinessType} from "../../api/basic/bussinessType";
|
|
|
|
|
import {getLocalBusType, getLocalJoinBusType} from "../../api/basic/busLocalType";
|
|
|
|
|
import {filterAll, filterAllByUser} from "@/api/basic/invWarehouse";
|
|
|
|
|
import {filterSubByInv} from "@/api/basic/invSubWarehouse";
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
|
name: "idQuery",
|
|
|
|
@ -501,6 +525,7 @@ export default {
|
|
|
|
|
selectInvProductVisible: false,
|
|
|
|
|
thisData: {},
|
|
|
|
|
storageList: [],
|
|
|
|
|
subInvList: [],
|
|
|
|
|
};
|
|
|
|
|
},
|
|
|
|
|
components: {
|
|
|
|
@ -1075,6 +1100,19 @@ export default {
|
|
|
|
|
.catch(() => {
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
invChange() {
|
|
|
|
|
// this.formData.invWarehouseCode = "";
|
|
|
|
|
this.subInvList = [];
|
|
|
|
|
let query = {
|
|
|
|
|
pcode: this.formData.locStorageCode
|
|
|
|
|
};
|
|
|
|
|
filterSubByInv(query)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
this.subInvList = response.data || [];
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
getActionName(action) {
|
|
|
|
|
for (let i = 0; i < this.busTypes.length; i++) {
|
|
|
|
|
if (this.busTypes[i].action === action) {
|
|
|
|
@ -1123,6 +1161,9 @@ export default {
|
|
|
|
|
this.orderEditor = true;
|
|
|
|
|
this.sValue = this.formData.corpName;
|
|
|
|
|
this.getStockOrderDetailList();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.invChange();
|
|
|
|
|
} else {
|
|
|
|
|
this.formData = {
|
|
|
|
|
billdate: "",
|
|
|
|
@ -1137,6 +1178,8 @@ export default {
|
|
|
|
|
this.orderEditor = false;
|
|
|
|
|
this.generateBillNo();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
};
|
|
|
|
|
</script>
|
|
|
|
|