|
|
@ -37,20 +37,26 @@
|
|
|
|
<view>{{ $t('message.source') }}:</view>
|
|
|
|
<view>{{ $t('message.source') }}:</view>
|
|
|
|
<u-search :placeholder="$t('message.barcodeSource')" style="z-index: 10000" v-model="NextCode" @search="searchSource" :show-action="false"></u-search>
|
|
|
|
<u-search :placeholder="$t('message.barcodeSource')" style="z-index: 10000" v-model="NextCode" @search="searchSource" :show-action="false"></u-search>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="single-right">
|
|
|
|
<view class="add">
|
|
|
|
|
|
|
|
<u-button type="primary" @click="searchSource">{{ $t('message.Query') }}</u-button>
|
|
|
|
<u-button type="primary" @click="searchSource">{{ $t('message.Query') }}</u-button>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<!-- <view class="add">
|
|
|
|
|
|
|
|
<u-button type="primary" @click="searchSource">{{ $t('message.Query') }}</u-button>
|
|
|
|
|
|
|
|
</view> -->
|
|
|
|
<!-- 本次数量 -->
|
|
|
|
<!-- 本次数量 -->
|
|
|
|
<view class="single">
|
|
|
|
<view class="single">
|
|
|
|
<view class="single-left">
|
|
|
|
<view class="single-left">
|
|
|
|
<view>{{ $t('message.CommissionedThisNumber') }}:</view>
|
|
|
|
<view>{{ $t('message.CommissionedThisNumber') }}:</view>
|
|
|
|
<u-input v-model="NewQty" :placeholder="$t('message.Summary_PleaseInputNumber')" style="margin-top: 8px" />
|
|
|
|
<u-input v-model="NewQty" :placeholder="$t('message.Summary_PleaseInputNumber')" style="margin-top: 8px" />
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="single-right">
|
|
|
|
<view class="NumAdd">
|
|
|
|
|
|
|
|
<u-button type="primary" @click="Add">{{ $t('message.product_add') }}</u-button>
|
|
|
|
<u-button type="primary" @click="Add">{{ $t('message.product_add') }}</u-button>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<!-- <view class="NumAdd">
|
|
|
|
|
|
|
|
<u-button type="primary" @click="Add">{{ $t('message.product_add') }}</u-button>
|
|
|
|
|
|
|
|
</view> -->
|
|
|
|
</u-form>
|
|
|
|
</u-form>
|
|
|
|
<wyb-table class="table" ref="table" width="100%" show-left-and-right-border :headers="TargetTitle" :contents="Submitlist" :show-vert-border="false" @onCellClick="deleteItem($event)"></wyb-table>
|
|
|
|
<wyb-table class="table" ref="table" width="100%" show-left-and-right-border :headers="TargetTitle" :contents="Submitlist" :show-vert-border="false" @onCellClick="deleteItem($event)"></wyb-table>
|
|
|
|
<view class="bottom-bar">
|
|
|
|
<view class="bottom-bar">
|
|
|
@ -283,9 +289,9 @@ export default class KanDanHandOver extends BasePage {
|
|
|
|
.NumAdd {
|
|
|
|
.NumAdd {
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
height: 100rpx;
|
|
|
|
height: 100rpx;
|
|
|
|
position: absolute;
|
|
|
|
position: relative;
|
|
|
|
top: 496px;
|
|
|
|
// top: 496px;
|
|
|
|
left: 0;
|
|
|
|
// left: 0;
|
|
|
|
button {
|
|
|
|
button {
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
top: 3rpx;
|
|
|
|
top: 3rpx;
|
|
|
|