|
|
|
|
@ -68,14 +68,20 @@ import jPicker from '@/components/J-Picker/jPicker.vue';
|
|
|
|
|
},
|
|
|
|
|
})
|
|
|
|
|
export default class stoOutboundDom extends BasePage {
|
|
|
|
|
border: true;
|
|
|
|
|
border = true;
|
|
|
|
|
model = model;
|
|
|
|
|
form: any = {};
|
|
|
|
|
nxOutCode = '';
|
|
|
|
|
wlcode: any = '';
|
|
|
|
|
async onReady() {
|
|
|
|
|
let wlindex: any;
|
|
|
|
|
await this.model.querywocodeList();
|
|
|
|
|
this.wlcode = this.model.wlcodeList[0];
|
|
|
|
|
this.model.wlcodeList.forEach((item, index) => {
|
|
|
|
|
if (item.label === 'SP09') {
|
|
|
|
|
wlindex = index;
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
this.wlcode = this.model.wlcodeList[wlindex];
|
|
|
|
|
}
|
|
|
|
|
async query() {
|
|
|
|
|
if (this.nxOutCode == '') {
|
|
|
|
|
|