Commit 74cc83b0 by mushishixian

fix

parent 284efe14
......@@ -21,7 +21,7 @@
}else if (data.field.status === '3') {
confirmMessage = '确定要重新提交审核吗?一旦提交,该供应商就会再次进入审核中阶段,审核过程中无法进行信息修改';
} else {
confirmMessage = '确定要修改供应商信息吗?一旦修改关键字段,该供应商就会再次进入审核中阶段,审核过程中无法进行信息修改';
confirmMessage = '确定要修改供应商信息吗?<br>一旦修改关键字段,该供应商就会再次进入<b>待审核</b>状态,需要去列表页<b>提交申请审核</b>,送至主管审核';
}
layer.confirm(confirmMessage, function (index) {
// debugger
......
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 sign in to comment