|
|
|
@ -11,7 +11,7 @@
|
|
|
|
|
<!-- 盘点单号 -->
|
|
|
|
|
<view class="single">
|
|
|
|
|
<view class="single-left">
|
|
|
|
|
<view>{{ $t('message.code') }}</view>
|
|
|
|
|
<view style="padding-top: 27rpx">{{ $t('message.code') }}</view>
|
|
|
|
|
<u-search :placeholder="$t('message.Commission_tips1')" v-model.trim="form.pddNo" @search="query" :show-action="false"></u-search>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="single-right">
|
|
|
|
@ -105,7 +105,11 @@ export default class ProductCheckReceipt extends BasePage {
|
|
|
|
|
};
|
|
|
|
|
await this.model.queryScrapList(param);
|
|
|
|
|
if (this.model.code == '1') {
|
|
|
|
|
this.customToast(this.$t('message.product_Tip8') as string);
|
|
|
|
|
//this.customToast(this.$t('message.product_Tip8') as string);
|
|
|
|
|
uni.showToast({
|
|
|
|
|
icon: 'success',
|
|
|
|
|
title: this.$t('message.product_Tip8') as string,
|
|
|
|
|
});
|
|
|
|
|
let num = 0;
|
|
|
|
|
this.model.modelList.forEach((item: any) => {
|
|
|
|
|
num += parseFloat(item.spQty);
|
|
|
|
@ -152,7 +156,11 @@ export default class ProductCheckReceipt extends BasePage {
|
|
|
|
|
};
|
|
|
|
|
await this.model.getProductCode(params);
|
|
|
|
|
if (this.model.code == '1') {
|
|
|
|
|
this.customToast(this.$t('message.product_Tip8') as string);
|
|
|
|
|
//this.customToast(this.$t('message.product_Tip8') as string);
|
|
|
|
|
uni.showToast({
|
|
|
|
|
icon: 'success',
|
|
|
|
|
title: this.$t('message.product_Tip8') as string,
|
|
|
|
|
});
|
|
|
|
|
this.total += 1;
|
|
|
|
|
this.model.modelList.forEach((item: any) => {
|
|
|
|
|
if (item.productCode == this.wl.value) {
|
|
|
|
@ -262,7 +270,7 @@ export default class ProductCheckReceipt extends BasePage {
|
|
|
|
|
view {
|
|
|
|
|
width: 110rpx;
|
|
|
|
|
height: 100%;
|
|
|
|
|
line-height: 100rpx;
|
|
|
|
|
line-height: 35rpx;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.single-right {
|
|
|
|
|