|
|
@ -64,18 +64,20 @@
|
|
|
|
<el-row :gutter="20" style="margin-top: -10px">
|
|
|
|
<el-row :gutter="20" style="margin-top: -10px">
|
|
|
|
<el-col :span="3">
|
|
|
|
<el-col :span="3">
|
|
|
|
<div class="ao-text">
|
|
|
|
<div class="ao-text">
|
|
|
|
<span>业务类型:</span>
|
|
|
|
<span>当前仓库:</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
|
|
<el-col :span="7">
|
|
|
|
<el-col :span="7">
|
|
|
|
<el-form-item prop="billType">
|
|
|
|
<el-form-item prop="locStorageCode">
|
|
|
|
<el-select v-model="formData.billType" placeholder="请选择业务类型" @change="actionChange">
|
|
|
|
<el-select v-model="formData.locStorageCode" placeholder="当前仓库信息" @change="locInChange"
|
|
|
|
|
|
|
|
clearable>
|
|
|
|
<el-option
|
|
|
|
<el-option
|
|
|
|
v-for="item in busTypes"
|
|
|
|
v-for="item in storageList"
|
|
|
|
:key="item.localAction"
|
|
|
|
:key="item.name"
|
|
|
|
:label="item.localName"
|
|
|
|
:label="item.name"
|
|
|
|
:value="item.localAction">
|
|
|
|
:value="item.code">
|
|
|
|
<span style="float: left">{{ item.localName }}</span>
|
|
|
|
<span style="float: left">{{ item.name }}</span>
|
|
|
|
</el-option>
|
|
|
|
</el-option>
|
|
|
|
</el-select>
|
|
|
|
</el-select>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
@ -147,23 +149,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
<el-col :span="3">
|
|
|
|
<el-col :span="3">
|
|
|
|
<div class="ao-text">
|
|
|
|
<div class="ao-text">
|
|
|
|
<span>当前仓库:</span>
|
|
|
|
<span>业务类型:</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
|
|
<el-col :span="7">
|
|
|
|
<el-col :span="7">
|
|
|
|
<el-form-item prop="locStorageCode">
|
|
|
|
<el-form-item prop="billType">
|
|
|
|
<el-select v-model="formData.locStorageCode" placeholder="当前仓库信息" @change="locInChange">
|
|
|
|
<el-select v-model="formData.billType" placeholder="请选择业务类型" @change="actionChange"
|
|
|
|
|
|
|
|
clearable>
|
|
|
|
<el-option
|
|
|
|
<el-option
|
|
|
|
v-for="item in storageList"
|
|
|
|
v-for="item in busTypes"
|
|
|
|
:key="item.name"
|
|
|
|
:key="item.localAction"
|
|
|
|
:label="item.name"
|
|
|
|
:label="item.localName"
|
|
|
|
:value="item.code">
|
|
|
|
:value="item.localAction">
|
|
|
|
<span style="float: left">{{ item.name }}</span>
|
|
|
|
<span style="float: left">{{ item.localName }}</span>
|
|
|
|
</el-option>
|
|
|
|
</el-option>
|
|
|
|
</el-select>
|
|
|
|
</el-select>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-col :span="3">
|
|
|
|
<el-col :span="3">
|
|
|
|
<div class="ao-text">
|
|
|
|
<div class="ao-text">
|
|
|
|
<span></span>
|
|
|
|
<span></span>
|
|
|
@ -248,44 +252,44 @@
|
|
|
|
>
|
|
|
|
>
|
|
|
|
</el-button-group>
|
|
|
|
</el-button-group>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <el-row :gutter="20">-->
|
|
|
|
<!-- <el-row :gutter="20">-->
|
|
|
|
<!-- <el-col :span="3">-->
|
|
|
|
<!-- <el-col :span="3">-->
|
|
|
|
<!-- <div class="ao-text">-->
|
|
|
|
<!-- <div class="ao-text">-->
|
|
|
|
<!-- <span>扫码录入:</span>-->
|
|
|
|
<!-- <span>扫码录入:</span>-->
|
|
|
|
<!-- </div>-->
|
|
|
|
<!-- </div>-->
|
|
|
|
<!-- </el-col>-->
|
|
|
|
<!-- </el-col>-->
|
|
|
|
<!-- <el-col :span="10">-->
|
|
|
|
<!-- <el-col :span="10">-->
|
|
|
|
<!-- <el-form-item prop="code">-->
|
|
|
|
<!-- <el-form-item prop="code">-->
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <!– @keyup.native.enter="focusNext('iCount')" @focus="getInputFocus($event)"-->
|
|
|
|
<!-- <!– @keyup.native.enter="focusNext('iCount')" @focus="getInputFocus($event)"-->
|
|
|
|
<!-- @keypress.enter.native="selectProductFunction($event)"-->
|
|
|
|
<!-- @keypress.enter.native="selectProductFunction($event)"-->
|
|
|
|
<!-- –>-->
|
|
|
|
<!-- –>-->
|
|
|
|
<!-- <el-input-->
|
|
|
|
<!-- <el-input-->
|
|
|
|
|
|
|
|
|
|
|
|
<!-- @keyup.enter.native="selectProductFunction($event)"-->
|
|
|
|
<!-- @keyup.enter.native="selectProductFunction($event)"-->
|
|
|
|
<!-- v-model="code"-->
|
|
|
|
<!-- v-model="code"-->
|
|
|
|
<!-- auto-complete="off"-->
|
|
|
|
<!-- auto-complete="off"-->
|
|
|
|
<!-- ref='inputRef'-->
|
|
|
|
<!-- ref='inputRef'-->
|
|
|
|
<!-- @focus="getInputFocus($event)"-->
|
|
|
|
<!-- @focus="getInputFocus($event)"-->
|
|
|
|
<!-- ></el-input>-->
|
|
|
|
<!-- ></el-input>-->
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
<!-- </el-col>-->
|
|
|
|
<!-- </el-col>-->
|
|
|
|
<!-- <!– <el-col :span="3">–>-->
|
|
|
|
<!-- <!– <el-col :span="3">–>-->
|
|
|
|
<!-- <!– <div class="ao-text">–>-->
|
|
|
|
<!-- <!– <div class="ao-text">–>-->
|
|
|
|
<!-- <!– <span>数量:</span>–>-->
|
|
|
|
<!-- <!– <span>数量:</span>–>-->
|
|
|
|
<!-- <!– </div>–>-->
|
|
|
|
<!-- <!– </div>–>-->
|
|
|
|
<!-- <!– </el-col>–>-->
|
|
|
|
<!-- <!– </el-col>–>-->
|
|
|
|
<!-- <!– <el-col :span="4">–>-->
|
|
|
|
<!-- <!– <el-col :span="4">–>-->
|
|
|
|
<!-- <!– <el-form-item prop="iCount">–>-->
|
|
|
|
<!-- <!– <el-form-item prop="iCount">–>-->
|
|
|
|
<!-- <!– <!– @keypress.enter.native="addCode()"–>–>-->
|
|
|
|
<!-- <!– <!– @keypress.enter.native="addCode()"–>–>-->
|
|
|
|
<!-- <!– <el-input v-model="iCount" auto-complete="off" ref="iCount"–>-->
|
|
|
|
<!-- <!– <el-input v-model="iCount" auto-complete="off" ref="iCount"–>-->
|
|
|
|
<!-- <!– @keypress.enter.native="iCountEnterFunction()"–>-->
|
|
|
|
<!-- <!– @keypress.enter.native="iCountEnterFunction()"–>-->
|
|
|
|
<!-- <!– @focus="getInputFocus($event)"–>-->
|
|
|
|
<!-- <!– @focus="getInputFocus($event)"–>-->
|
|
|
|
<!-- <!– @input="iCountChange"–>-->
|
|
|
|
<!-- <!– @input="iCountChange"–>-->
|
|
|
|
<!-- <!– oninput="value=value.replace(/[^\d]/g,'')"></el-input>–>-->
|
|
|
|
<!-- <!– oninput="value=value.replace(/[^\d]/g,'')"></el-input>–>-->
|
|
|
|
<!-- <!– </el-form-item>–>-->
|
|
|
|
<!-- <!– </el-form-item>–>-->
|
|
|
|
<!-- <!– </el-col>–>-->
|
|
|
|
<!-- <!– </el-col>–>-->
|
|
|
|
<!-- </el-row>-->
|
|
|
|
<!-- </el-row>-->
|
|
|
|
|
|
|
|
|
|
|
|
<!-- highlight-current-row-->
|
|
|
|
<!-- highlight-current-row-->
|
|
|
|
<!-- @current-change="rowChange"-->
|
|
|
|
<!-- @current-change="rowChange"-->
|
|
|
@ -1198,9 +1202,10 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
},
|
|
|
|
},
|
|
|
|
getBusType() {
|
|
|
|
getBusType(invCode) {
|
|
|
|
let query = {
|
|
|
|
let query = {
|
|
|
|
enabled: true,
|
|
|
|
enabled: true,
|
|
|
|
|
|
|
|
code: invCode,
|
|
|
|
};
|
|
|
|
};
|
|
|
|
getLocalJoinByUser(query)
|
|
|
|
getLocalJoinByUser(query)
|
|
|
|
.then((response) => {
|
|
|
|
.then((response) => {
|
|
|
@ -1248,6 +1253,7 @@ export default {
|
|
|
|
console.log(item);
|
|
|
|
console.log(item);
|
|
|
|
this.formData.locStorageCode = item;
|
|
|
|
this.formData.locStorageCode = item;
|
|
|
|
this.$forceUpdate();
|
|
|
|
this.$forceUpdate();
|
|
|
|
|
|
|
|
this.getBusType(item);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
filters: {},
|
|
|
|
filters: {},
|
|
|
@ -1258,7 +1264,7 @@ export default {
|
|
|
|
};
|
|
|
|
};
|
|
|
|
},
|
|
|
|
},
|
|
|
|
created() {
|
|
|
|
created() {
|
|
|
|
this.getBusType();
|
|
|
|
this.getBusType("NOCODE");
|
|
|
|
this.getStorage();
|
|
|
|
this.getStorage();
|
|
|
|
this.formData = {};
|
|
|
|
this.formData = {};
|
|
|
|
this.codeArray = [];
|
|
|
|
this.codeArray = [];
|
|
|
|