cosmoim-852 fix 泰国备件上架库位修改

master
guoshuang 2 years ago
parent 7d51ce9e92
commit cc709991c0

@ -448,7 +448,7 @@ export default {
totalNum: 'total Num', totalNum: 'total Num',
Operation: 'Operation', Operation: 'Operation',
StorageTime: 'Storage Time', StorageTime: 'Storage Time',
spareGoods: 'Spare deliver goods', spareGoods: 'Spare Delive Goods',
matcode: 'Mat code', matcode: 'Mat code',
Quantity: 'Request', Quantity: 'Request',
scanningContainer: 'Please scan the container code first', scanningContainer: 'Please scan the container code first',
@ -480,8 +480,8 @@ export default {
scrapped: 'The container code cannot be scrapped', scrapped: 'The container code cannot be scrapped',
Description: 'Describe', Description: 'Describe',
Delivery: 'Batch', Delivery: 'Batch',
shelves: 'Shelves', shelves: 'Spare Up Shelf',
undercarriage: 'Under', undercarriage: 'Spare Down Shelf',
SparePartsOutbound: 'outbound', SparePartsOutbound: 'outbound',
shelvesCode: 'Code', shelvesCode: 'Code',
plan: 'Plan QTY', plan: 'Plan QTY',

@ -44,7 +44,7 @@
</u-form-item> </u-form-item>
<!-- 库位 --> <!-- 库位 -->
<u-form-item :label="$t('message.CommissionedLocation')"> <u-form-item :label="$t('message.CommissionedLocation')">
<jPicker sureColor="#ff0000" @bindpicker="selectItem" showKey="value" valKey="value" :val="remove.value" :options="model.WlList" /> <jPicker sureColor="#ff0000" @bindpicker="selectItem" showKey="value" valKey="value" :val="remove.value" :options="WlList" />
</u-form-item> </u-form-item>
<!-- 条码 --> <!-- 条码 -->
<u-form-item :required="true" :label="$t('message.product_barCode')" prop="productCode"> <u-form-item :required="true" :label="$t('message.product_barCode')" prop="productCode">
@ -79,9 +79,15 @@ import { session } from '@/store/modules/session';
export default class productCheckReceipt extends BasePage { export default class productCheckReceipt extends BasePage {
model = model; model = model;
remove: any = {}; remove: any = {};
WlList: any = [
{
label: 'SP00',
value: 'SP00',
},
];
async onReady() { async onReady() {
await this.model.queryLocation(); //await this.model.queryLocation();
this.remove = this.model.WlList[0]; this.remove = this.WlList[0];
} }
selectItem(e: any) { selectItem(e: any) {
this.remove = e.pickerName; this.remove = e.pickerName;

Loading…
Cancel
Save