|
|
@ -12,7 +12,7 @@
|
|
|
|
<!-- 单号 -->
|
|
|
|
<!-- 单号 -->
|
|
|
|
<view class="single">
|
|
|
|
<view class="single">
|
|
|
|
<view class="single-left">
|
|
|
|
<view class="single-left">
|
|
|
|
<view>{{ $t('message.dn_OddNumbers') }}</view>
|
|
|
|
<view class="centerstyle">{{ $t('message.dn_OddNumbers') }}</view>
|
|
|
|
<u-search :placeholder="$t('message.dn_PleaseScan')" v-model.trim="form.documentNo" @search="query" :show-action="false"></u-search>
|
|
|
|
<u-search :placeholder="$t('message.dn_PleaseScan')" v-model.trim="form.documentNo" @search="query" :show-action="false"></u-search>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="single-right">
|
|
|
|
<view class="single-right">
|
|
|
@ -47,18 +47,18 @@
|
|
|
|
<u-input v-model="every.requestAmount" placeholder=" " :type="type" :border="border" class="input" disabled style="padding: '0'" />
|
|
|
|
<u-input v-model="every.requestAmount" placeholder=" " :type="type" :border="border" class="input" disabled style="padding: '0'" />
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="number-right">
|
|
|
|
<view class="number-right">
|
|
|
|
<view class="number-right-title">{{ $t('message.Cumulative') }}</view>
|
|
|
|
<view style="display: flex; align-items: center; line-height: 15px" class="number-right-title">{{ $t('message.Cumulative') }}</view>
|
|
|
|
<u-input v-model="every.receiptAmount" placeholder="" :type="type" :border="border" class="input" disabled style="padding: '0'" />
|
|
|
|
<u-input v-model="every.receiptAmount" placeholder="" :type="type" :border="border" class="input" disabled style="padding: '0'" />
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<!-- 库位 -->
|
|
|
|
<!-- 库位 -->
|
|
|
|
<view class="library">
|
|
|
|
<view class="library">
|
|
|
|
<view class="library-left">
|
|
|
|
<view class="library-left">
|
|
|
|
<view>{{ $t('message.CommissionedLocation') }}</view>
|
|
|
|
<view style="width: 120rpx; word-break: break-word; line-height: 30rpx; display: flex; align-items: center">{{ $t('message.CommissionedLocation') }}</view>
|
|
|
|
<jPicker sureColor="#ff0000" style="width: 230rpx" @bindpicker="LocationChoice" showKey="value" valKey="value" :val="wl.value" class="search" :options="Location" />
|
|
|
|
<jPicker sureColor="#ff0000" style="width: 230rpx" @bindpicker="LocationChoice" showKey="value" valKey="value" :val="wl.value" class="search" :options="Location" />
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="library-right">
|
|
|
|
<view class="library-right">
|
|
|
|
<view class="library-right-title">{{ $t('message.CommissionedThisNumber') }}</view>
|
|
|
|
<view style="display: flex; align-items: center" class="library-right-title">{{ $t('message.CommissionedThisNumber') }}</view>
|
|
|
|
<u-input v-model="receiptAmount" placeholder="" type="number" :border="border" class="input" disabled style="padding: '0'" />
|
|
|
|
<u-input v-model="receiptAmount" placeholder="" type="number" :border="border" class="input" disabled style="padding: '0'" />
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
@ -512,7 +512,7 @@ export default class dnReceiptDom extends BasePage {
|
|
|
|
view {
|
|
|
|
view {
|
|
|
|
width: 110rpx;
|
|
|
|
width: 110rpx;
|
|
|
|
height: 100%;
|
|
|
|
height: 100%;
|
|
|
|
line-height: 100rpx;
|
|
|
|
line-height: 30rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -577,7 +577,7 @@ export default class dnReceiptDom extends BasePage {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
|
|
|
|
.material-right-title {
|
|
|
|
.material-right-title {
|
|
|
|
width: 140rpx;
|
|
|
|
width: 308rpx;
|
|
|
|
height: 100%;
|
|
|
|
height: 100%;
|
|
|
|
line-height: 100rpx;
|
|
|
|
line-height: 100rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -693,4 +693,8 @@ export default class dnReceiptDom extends BasePage {
|
|
|
|
padding: 20rpx;
|
|
|
|
padding: 20rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.centerstyle {
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|