Commit 0630240e authored by 何远江's avatar 何远江

样品申请bug调整

parent 042d968b
......@@ -447,10 +447,10 @@ export default {
// 审批
handleFinish(row) {
row.prototypeRequestStatus = 1;
this.$modal
.confirm("确认通过样品申请单?一旦完成,此工单将无法继续修改")
.then(function () {
.confirm("确认通过样品申请单?一旦完成,此工单将无法继续修改")
.then(function () {
row.prototypeRequestStatus = 1;
return dofinish(row); //完成申请单审批
})
.then(() => {
......
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