修复 盘点小bug

master
hou 4 years ago
parent 449d5ed8b4
commit 20cf59700b

@ -349,6 +349,7 @@ export default {
product_unit5: '箱',
product_unit6: '其他',
product_unit7: '请输入物料条码',
code: '盘点单号',
//成品空调/洗衣机下线
//半成品门体上线
//半成品箱体上线

@ -278,6 +278,7 @@ export default {
Warehouse_TransferDetails: 'Transfer detail',
Warehouse_OrderNo: 'Order No',
Warehouse_OriginalLocation: 'Original Loc',
code: 'code',
Warehouse_TargetLocation: 'Target Loc',
Warehouse_Tip: 'Please input the transfer order No',
transfer_barcode: 'Library transfer barcode',

@ -11,7 +11,7 @@
<!-- 盘点单号 -->
<view class="single">
<view class="single-left">
<view>{{ $t('message.InventoryNumber') }}</view>
<view>{{ $t('message.code') }}</view>
<u-search :placeholder="$t('message.Commission_tips1')" v-model="form.pddNo" @search="query" :show-action="false"></u-search>
</view>
<view class="single-right">
@ -123,6 +123,7 @@ export default class ProductCheckReceipt extends BasePage {
this.total = num;
this.areaCode = this.model.modelList[0].areaCode;
this.Some = this.model.modelList[0];
this.wl = this.codeList[0];
}
}
//
@ -301,8 +302,5 @@ export default class ProductCheckReceipt extends BasePage {
box-shadow: 0 1rpx 20rpx 0 rgba(128, 128, 128, 0.2);
padding: 20rpx;
}
.button-bar {
}
}
</style>

Loading…
Cancel
Save