|
|
|
@ -13,7 +13,7 @@
|
|
|
|
|
<view class="single">
|
|
|
|
|
<view class="single-left">
|
|
|
|
|
<view>{{ $t('message.dn_OddNumbers') }}</view>
|
|
|
|
|
<u-search :placeholder="$t('message.dn_PleaseScan')" v-model="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 class="single-right">
|
|
|
|
|
<u-button type="primary" @click="query">{{ $t('message.Query') }}</u-button>
|
|
|
|
@ -48,7 +48,7 @@
|
|
|
|
|
</view>
|
|
|
|
|
<view class="number-right">
|
|
|
|
|
<view class="number-right-title">{{ $t('message.Cumulative') }}</view>
|
|
|
|
|
<u-input v-model="every.receiptAmount" :placeholder="$t('message.po_PleaseInput')" :type="type" :border="border" class="input" disabled />
|
|
|
|
|
<u-input v-model="every.receiptAmount" placeholder="" :type="type" :border="border" class="input" disabled />
|
|
|
|
|
<!-- <u-input v-model="allNum" :placeholder="$t('message.po_PleaseInput')" :type="type" :border="border" class="input" disabled /> -->
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
@ -521,7 +521,7 @@ export default class dnReceiptDom extends BasePage {
|
|
|
|
|
.number-right-title {
|
|
|
|
|
width: 140rpx;
|
|
|
|
|
height: 100%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
//text-align: center;
|
|
|
|
|
line-height: 100rpx;
|
|
|
|
|
}
|
|
|
|
|
.input {
|
|
|
|
@ -532,39 +532,39 @@ export default class dnReceiptDom extends BasePage {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.library {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
.library-left {
|
|
|
|
|
width: 50%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
view {
|
|
|
|
|
width: 100rpx;
|
|
|
|
|
line-height: 100rpx;
|
|
|
|
|
}
|
|
|
|
|
.search {
|
|
|
|
|
padding-left: 20px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.library-right {
|
|
|
|
|
width: 50%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
.library-right-title {
|
|
|
|
|
width: 120rpx;
|
|
|
|
|
height: 100%;
|
|
|
|
|
padding-left: 4px;
|
|
|
|
|
line-height: 100rpx;
|
|
|
|
|
}
|
|
|
|
|
.input {
|
|
|
|
|
width: 200rpx;
|
|
|
|
|
height: 70rpx;
|
|
|
|
|
margin-top: 15rpx;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
// .library {
|
|
|
|
|
// width: 100%;
|
|
|
|
|
// height: 100rpx;
|
|
|
|
|
// display: flex;
|
|
|
|
|
// .library-left {
|
|
|
|
|
// width: 50%;
|
|
|
|
|
// height: 100%;
|
|
|
|
|
// display: flex;
|
|
|
|
|
// view {
|
|
|
|
|
// width: 100rpx;
|
|
|
|
|
// line-height: 100rpx;
|
|
|
|
|
// }
|
|
|
|
|
// .search {
|
|
|
|
|
// padding-left: 20px;
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
// .library-right {
|
|
|
|
|
// width: 50%;
|
|
|
|
|
// height: 100%;
|
|
|
|
|
// display: flex;
|
|
|
|
|
// .library-right-title {
|
|
|
|
|
// width: 120rpx;
|
|
|
|
|
// height: 100%;
|
|
|
|
|
// padding-left: 4px;
|
|
|
|
|
// line-height: 100rpx;
|
|
|
|
|
// }
|
|
|
|
|
// .input {
|
|
|
|
|
// width: 200rpx;
|
|
|
|
|
// height: 70rpx;
|
|
|
|
|
// margin-top: 15rpx;
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
.add {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100rpx;
|
|
|
|
|