Browse Source

修改检验结果

wms3.0_pda
niexiting 11 months ago
parent
commit
e284c6d4d1
  1. 12
      pages/inspect/job/inspectResult.vue

12
pages/inspect/job/inspectResult.vue

@ -124,17 +124,13 @@
</view> </view>
<u-line /> <u-line />
</view> </view>
</view> </view>
</scroll-view> </scroll-view>
</view> </view>
</uni-collapse-item> </uni-collapse-item>
</uni-collapse> </uni-collapse>
</view> </view>
<view class="bottom" style="padding-bottom: 20rpx;"> <view class="bottom" style="padding-bottom: 20rpx;">
<button :disabled="submitting" type="primary" class="save-button" @click="commit">提交</button> <button :disabled="submitting" type="primary" class="save-button" @click="commit">提交</button>
</view> </view>
@ -342,10 +338,10 @@
}, },
commit() { commit() {
if (this.nextAction == null) { if (this.nextAction == null) {
this.showMessage("请选择下一步动作") this.showMessage("请选择下一步动作")
return return
} }
if (this.nextAction == "ALL_OK") { if (this.nextAction == "ALL_OK") {
// //

Loading…
Cancel
Save