三类工单审核提交

This commit is contained in:
2025-03-19 22:54:11 +08:00
parent cf2a2892b5
commit 05a0577d3e
9 changed files with 426 additions and 13 deletions

View File

@ -12,6 +12,9 @@
<div class="layui-input-block">
<select class="layui-select" name="type" required>
<option value="GDSH" {if isset($vo.type) && $vo.type == 'GDSH'}selected{/if}>工单审核</option>
<option value="HSSH" {if isset($vo.type) && $vo.type == 'HSSH'}selected{/if}>核实工单审核</option>
<option value="WXSH" {if isset($vo.type) && $vo.type == 'WXSH'}selected{/if}>维修工单审核</option>
<option value="YSSH" {if isset($vo.type) && $vo.type == 'YSSH'}selected{/if}>验收工单审核</option>
</select>
</div>
</div>
@ -69,7 +72,7 @@ $(function () {
cols: [[
{field:'title', title:'步骤名称', width:160, edit: true},
{field:'approver_type', title:'审批人类型', width:160, templet: '#approverType'},
{field:'approver_id', title:'审批人类型', width:160, templet: '#approverId'},
{field:'approver_id', title:'选择审批人', width:160, templet: '#approverId'},
{align: 'center', toolbar: '#editToolbar', title: '操作', width: 200}
]],
data: stepsData,