| | |
| | | <view class="flex_center titleFont" style="margin: 0rpx 20rpx 10rpx;line-height: 56rpx;"> |
| | | <view style="color: red;margin-right: 6rpx;">*</view> 报工数量: |
| | | <view class='inputClass'> |
| | | <u--input placeholder="请输入" border="surround" type='number' v-model="reportqty"> |
| | | <u--input placeholder="请输入" :adjustPosition='false' border="surround" type='number' |
| | | v-model="reportqty"> |
| | | </u--input> |
| | | </view> |
| | | </view> |
| | |
| | | <view class="flex_center titleFont" style="margin: 0rpx 20rpx 10rpx;line-height: 56rpx;"> |
| | | <view style="color: #fff;margin-right: 6rpx;">*</view> 不良数量: |
| | | <view class='inputClass'> |
| | | <u--input placeholder="请输入" border="surround" @change='ngqtyChange' type='number' |
| | | v-model="ngqty"></u--input> |
| | | <u--input placeholder="请输入" border="surround" :adjustPosition='false' |
| | | @change='ngqtyChange' type='number' v-model="ngqty"></u--input> |
| | | </view> |
| | | </view> |
| | | <view class="flex_center" style="margin: 0rpx 20rpx 10rpx;line-height: 76rpx;"> |