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

master
guoshuang 2 years ago
parent 7d51ce9e92
commit cc709991c0

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

@ -44,7 +44,7 @@
</u-form-item>
<!-- 库位 -->
<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 :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 {
model = model;
remove: any = {};
WlList: any = [
{
label: 'SP00',
value: 'SP00',
},
];
async onReady() {
await this.model.queryLocation();
this.remove = this.model.WlList[0];
//await this.model.queryLocation();
this.remove = this.WlList[0];
}
selectItem(e: any) {
this.remove = e.pickerName;

Loading…
Cancel
Save