|
|
@ -78,7 +78,7 @@
|
|
|
|
<view class="bottom-bar">
|
|
|
|
<view class="bottom-bar">
|
|
|
|
<u-row class="button-bar">
|
|
|
|
<u-row class="button-bar">
|
|
|
|
<u-col :span="4">
|
|
|
|
<u-col :span="4">
|
|
|
|
<u-button type="primary" @click="bill">{{ $t('message.CommissionedEntrantDetails') }}</u-button>
|
|
|
|
<u-button type="primary" @click="bill">{{ $t('message.CommissionedDetails') }}</u-button>
|
|
|
|
</u-col>
|
|
|
|
</u-col>
|
|
|
|
<u-col :span="4">
|
|
|
|
<u-col :span="4">
|
|
|
|
<u-button type="primary" @click="onSubmit">{{ $t('message.product_Upload') }}</u-button>
|
|
|
|
<u-button type="primary" @click="onSubmit">{{ $t('message.product_Upload') }}</u-button>
|
|
|
@ -122,12 +122,11 @@ export default class dnReceiptDom extends BasePage {
|
|
|
|
//页面初始化
|
|
|
|
//页面初始化
|
|
|
|
async onLoad() {
|
|
|
|
async onLoad() {
|
|
|
|
//页面初始化 获取可选库位
|
|
|
|
//页面初始化 获取可选库位
|
|
|
|
let means: any = JSON.parse(localStorage.getItem('__GWMS_APP_STATE_DATA__') as any);
|
|
|
|
|
|
|
|
let sendSpot = JSON.parse(localStorage.getItem('sendSpot') as any);
|
|
|
|
let sendSpot = JSON.parse(localStorage.getItem('sendSpot') as any);
|
|
|
|
let content = {
|
|
|
|
let content = {
|
|
|
|
loginName: means.session.user.loginName,
|
|
|
|
loginName: session.loginName,
|
|
|
|
sendSpot: sendSpot,
|
|
|
|
sendSpot: sendSpot,
|
|
|
|
factoryCode: means.session.user.factoryCode,
|
|
|
|
factoryCode: session.factoryCode,
|
|
|
|
workArea: session.workareaCode,
|
|
|
|
workArea: session.workareaCode,
|
|
|
|
};
|
|
|
|
};
|
|
|
|
let res: any = await this.model.queryByFactoryCodeAndWorkAreaCode(content);
|
|
|
|
let res: any = await this.model.queryByFactoryCodeAndWorkAreaCode(content);
|
|
|
@ -287,7 +286,7 @@ export default class dnReceiptDom extends BasePage {
|
|
|
|
height: 100%;
|
|
|
|
height: 100%;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
view {
|
|
|
|
view {
|
|
|
|
width: 110rpx;
|
|
|
|
width: 130rpx;
|
|
|
|
height: 100%;
|
|
|
|
height: 100%;
|
|
|
|
line-height: 100rpx;
|
|
|
|
line-height: 100rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|