|
|
|
@ -83,6 +83,10 @@
|
|
|
|
<view class="pouptitle">登记数量:</view>
|
|
|
|
<view class="pouptitle">登记数量:</view>
|
|
|
|
<u-input class="poupcontent" :clearable="false" v-model="czNumber" placeholder="" style="overflow: hidden" />
|
|
|
|
<u-input class="poupcontent" :clearable="false" v-model="czNumber" placeholder="" style="overflow: hidden" />
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<!-- <view class="poupitem">-->
|
|
|
|
|
|
|
|
<!-- <view class="pouptitle">托盘号:</view>-->
|
|
|
|
|
|
|
|
<!-- <u-input class="poupcontent" :clearable="false" v-model="rfidCode" placeholder="" style="overflow: hidden" />-->
|
|
|
|
|
|
|
|
<!-- </view>-->
|
|
|
|
<view class="poupbutton" style="margin-top: 10px">
|
|
|
|
<view class="poupbutton" style="margin-top: 10px">
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<u-button style="width: 100px; height: 35px" @click="onOksing" size="mini" type="primary">确定</u-button>
|
|
|
|
<u-button style="width: 100px; height: 35px" @click="onOksing" size="mini" type="primary">确定</u-button>
|
|
|
|
@ -120,6 +124,7 @@ export default class ArrivalRegistration extends BasePage {
|
|
|
|
operationNumber = 0;
|
|
|
|
operationNumber = 0;
|
|
|
|
nooperationNumber = 0;
|
|
|
|
nooperationNumber = 0;
|
|
|
|
czNumber = '';
|
|
|
|
czNumber = '';
|
|
|
|
|
|
|
|
rfidCode = '';
|
|
|
|
whList: any = [];
|
|
|
|
whList: any = [];
|
|
|
|
waCodeList: any = [];
|
|
|
|
waCodeList: any = [];
|
|
|
|
show = false;
|
|
|
|
show = false;
|
|
|
|
@ -190,6 +195,7 @@ export default class ArrivalRegistration extends BasePage {
|
|
|
|
this.operationNumber = 0;
|
|
|
|
this.operationNumber = 0;
|
|
|
|
this.nooperationNumber = 0;
|
|
|
|
this.nooperationNumber = 0;
|
|
|
|
this.czNumber = '';
|
|
|
|
this.czNumber = '';
|
|
|
|
|
|
|
|
this.rfidCode = '';
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// async onFormDoubleClick(item) {
|
|
|
|
// async onFormDoubleClick(item) {
|
|
|
|
// console.log('双击', item);
|
|
|
|
// console.log('双击', item);
|
|
|
|
@ -407,6 +413,7 @@ export default class ArrivalRegistration extends BasePage {
|
|
|
|
procureCode: this.prodobj.value,
|
|
|
|
procureCode: this.prodobj.value,
|
|
|
|
id: this.list[0].id,
|
|
|
|
id: this.list[0].id,
|
|
|
|
czNumber: this.czNumber,
|
|
|
|
czNumber: this.czNumber,
|
|
|
|
|
|
|
|
rfidCode: this.rfidCode,
|
|
|
|
lastUpdateBy: session.loginName,
|
|
|
|
lastUpdateBy: session.loginName,
|
|
|
|
};
|
|
|
|
};
|
|
|
|
//console.log('99999',params);
|
|
|
|
//console.log('99999',params);
|
|
|
|
|