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

Loading…
Cancel
Save