|
|
|
@ -55,20 +55,15 @@
|
|
|
|
|
<u-form-item :labelWidth="140" :label="$t('message.product_BarCode')">
|
|
|
|
|
<u-search :placeholder="$t('message.po_PleaseInput')" v-model="barcode" @search="onOk" :focus="firstFocus" :show-action="false"></u-search>
|
|
|
|
|
</u-form-item>
|
|
|
|
|
<!-- 车牌号 -->
|
|
|
|
|
<!-- <view class="number" v-show="showVehicle">
|
|
|
|
|
<view class="number-left">
|
|
|
|
|
<view class="number-left-title">{{ $t('message.dn_CarNumber') }}</view>
|
|
|
|
|
<u-input v-model="carNo" placeholder=" " :type="item" :border="border" class="input" style="padding: '0'" />
|
|
|
|
|
</view>
|
|
|
|
|
</view> -->
|
|
|
|
|
|
|
|
|
|
<!-- 车牌弹窗输入 -->
|
|
|
|
|
<view>
|
|
|
|
|
<u-modal v-model="showMsg" :title="title" confirmText="confirm" cancelText="cancel" showCancelButton @confirm="Confirm" @cancel="emptyMsg">
|
|
|
|
|
<!-- 运输公司 -->
|
|
|
|
|
<u-form-item label="Company" borderBottom labelWidth="160">
|
|
|
|
|
<u-input v-model="company" placeholder="transportation company"></u-input>
|
|
|
|
|
</u-form-item>
|
|
|
|
|
|
|
|
|
|
<!-- 车牌号 -->
|
|
|
|
|
<u-form-item label="Vehicle No" labelWidth="160">
|
|
|
|
|
<u-input v-model="carNo" placeholder="Vehicle No"></u-input>
|
|
|
|
|
</u-form-item>
|
|
|
|
@ -131,7 +126,7 @@ export default class dnReceiptDom extends BasePage {
|
|
|
|
|
company: any = '';
|
|
|
|
|
showVehicle = false;
|
|
|
|
|
showMsg = false;
|
|
|
|
|
title = 'Please enter msg';
|
|
|
|
|
title = 'Please Enter Msg';
|
|
|
|
|
|
|
|
|
|
async query() {
|
|
|
|
|
this.carNo = '';
|
|
|
|
|