You've already forked guangan
三类工单审核提交
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user