Commit 14f0078d by 洪晓珍

for merge

parent 2d852f4c
...@@ -205,6 +205,7 @@ jQuery(document).ready(function ($) { ...@@ -205,6 +205,7 @@ jQuery(document).ready(function ($) {
woDetail.auditDetails = res.data; woDetail.auditDetails = res.data;
} }
}); });
processButton.disabled = false;
} }
initDetail(); initDetail();
......
...@@ -353,7 +353,7 @@ ...@@ -353,7 +353,7 @@
v-model="orderDetail.revisitRemark"></textarea> v-model="orderDetail.revisitRemark"></textarea>
</div> </div>
</div> </div>
<button type="button" class="btn btn-primary" @click="saveWODetail">处理完成</button> <button type="button" class="btn btn-primary" @click="saveWODetail" id="processButton">处理完成</button>
<!-- 操作记录 --> <!-- 操作记录 -->
<div class="operation-record particulars"> <div class="operation-record particulars">
<h4>操作记录</h4> <h4>操作记录</h4>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment