|
@ -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") { |
|
|
//全合格 |
|
|
//全合格 |
|
|