样式调整

master
hou 3 years ago
parent 81e668033f
commit 61622fa309

@ -131,6 +131,7 @@ export default class RawReceiptDetail extends BasePage {
}; };
form2 = { form2 = {
operatorPass: '', // operatorPass: '', //
rfPwd:''
}; };
/** /**
* 表单校验 * 表单校验

@ -44,11 +44,12 @@
<view class="number"> <view class="number">
<view class="number-left"> <view class="number-left">
<view class="number-left-title">{{ $t('message.DemandQuantity') }}</view> <view class="number-left-title">{{ $t('message.DemandQuantity') }}</view>
<u-input v-model="every.requestAmount" placeholder=" " :type="type" :border="border" class="input" :disabled="true" /> <u-input v-model="every.requestAmount" placeholder=" " :type="type" :border="border" class="input" disabled />
</view> </view>
<view class="number-right"> <view class="number-right">
<view class="number-right-title">{{ $t('message.Cumulative') }}</view> <view class="number-right-title">{{ $t('message.Cumulative') }}</view>
<u-input v-model="every.receiptAmount" placeholder="" :type="type" :border="border" class="input" :disabled="true" style="background-color: #f4f5f5" /> <u-input v-model="every.receiptAmount" :placeholder="$t('message.po_PleaseInput')" :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>
</view> </view>
<!-- 库位 --> <!-- 库位 -->
@ -59,7 +60,7 @@
</view> </view>
<view class="library-right"> <view class="library-right">
<view class="library-right-title">{{ $t('message.CommissionedThisNumber') }}</view> <view class="library-right-title">{{ $t('message.CommissionedThisNumber') }}</view>
<u-input v-model="receiptAmount" :placeholder="$t('message.po_PleaseInput')" type="number" :border="border" class="input" /> <u-input v-model="receiptAmount" :placeholder="$t('message.po_PleaseInput')" :type="type" :border="border" class="input" />
</view> </view>
</view> </view>
<!-- 添加 --> <!-- 添加 -->
@ -129,15 +130,6 @@ export default class dnReceiptDom extends BasePage {
poNo: any = null; poNo: any = null;
// //
requestAmount: number = null; requestAmount: number = null;
//receiptAmount = (this.receiptAmount.match(/\d+(.\d{0,2})?/) || [''])[0];
async onReady() {
// this.model.DNReceivingList = [];
this.resetForm();
//this.initLocation();
}
input() {
this.receiptAmount = (this.receiptAmount.match(/\d+(.\d{0,2})?/) || [''])[0];
}
// //
// //
async initLocation(condition): Promise<LocationDetail[]> { async initLocation(condition): Promise<LocationDetail[]> {
@ -561,39 +553,39 @@ export default class dnReceiptDom extends BasePage {
} }
} }
} }
// .library { .library {
// width: 100%; width: 100%;
// height: 100rpx; height: 100rpx;
// display: flex; display: flex;
// .library-left { .library-left {
// width: 50%; width: 50%;
// height: 100%; height: 100%;
// display: flex; display: flex;
// view { view {
// width: 100rpx; width: 100rpx;
// line-height: 100rpx; line-height: 100rpx;
// } }
// .search { .search {
// padding-left: 30px; padding-left: 20px;
// } }
// } }
// .library-right { .library-right {
// width: 50%; width: 50%;
// height: 100%; height: 100%;
// display: flex; display: flex;
// .library-right-title { .library-right-title {
// width: 120rpx; width: 120rpx;
// height: 100%; height: 100%;
// line-height: 100rpx; padding-left: 4px;
// } line-height: 100rpx;
// .input { }
// width: 200rpx; .input {
// height: 70rpx; width: 200rpx;
// margin-top: 15rpx; height: 70rpx;
// margin-left: 15rpx; margin-top: 15rpx;
// } }
// } }
// } }
.add { .add {
width: 100%; width: 100%;
height: 100rpx; height: 100rpx;

Loading…
Cancel
Save