Browse Source

名字

intex_online20250327
王宇飞 3 weeks ago
parent
commit
56b6330df1
  1. 3
      src/mycomponents/job/jobRepleinshTimeQty.vue
  2. 2
      src/pages/repleinsh/job/repleinshTimeDetail.vue

3
src/mycomponents/job/jobRepleinshTimeQty.vue

@ -15,8 +15,9 @@
</view> </view>
<view style="padding-left: 8rpx;padding-right: 8rpx;" >|</view> <view style="padding-left: 8rpx;padding-right: 8rpx;" >|</view>
<view class="uni-flex uni-column align-start" style="flex: 1;"> <view class="uni-flex uni-column align-start" style="flex: 1;">
<text style="padding-left: 8rpx;">未料数量</text> <text style="padding-left: 8rpx;">料数量</text>
<text class="uom_yellow">{{dataContent.unexecutedQty}}{{getUomInfo(dataContent.uom)}}</text> <text class="uom_yellow">{{dataContent.unexecutedQty}}{{getUomInfo(dataContent.uom)}}</text>
</view> </view>
</view> </view>
</template> </template>

2
src/pages/repleinsh/job/repleinshTimeDetail.vue

@ -310,7 +310,7 @@
}, },
clickSubmit() { clickSubmit() {
// unexecutedQty // unexecutedQty
// qty // qty
let requestQty = this.jobContent.unexecutedQty+this.jobContent.qty let requestQty = this.jobContent.unexecutedQty+this.jobContent.qty
if(this.jobContent.qty>=requestQty){ if(this.jobContent.qty>=requestQty){

Loading…
Cancel
Save