fix:密品设备维修提交

pg_adapter
wangxy 8 months ago
parent 22fe44f96b
commit 8bbf54d40b

@ -47,6 +47,7 @@
<th:block th:include="include :: footer" /> <th:block th:include="include :: footer" />
<script th:inline="javascript"> <script th:inline="javascript">
var listFlag = [[${@permission.hasPermi('system:change:detail')}]]; var listFlag = [[${@permission.hasPermi('system:change:detail')}]];
var sysSecretsTypeDatas = [[${@dict.getType('sys_secrets_type')}]];
var prefix = ctx + "system/change/list"; var prefix = ctx + "system/change/list";
let datas = [] let datas = []
$.ajax({ $.ajax({
@ -84,6 +85,13 @@
return getCity(datas, value) return getCity(datas, value)
} }
}, },
{
field: 'secretsType',
title: '密品分类',
formatter: function(value, row, index) {
return $.table.selectDictLabel(sysSecretsTypeDatas, value);
}
},
{ {
field: 'useDepart', field: 'useDepart',
title: '使用部门' title: '使用部门'

@ -47,6 +47,7 @@
<th:block th:include="include :: footer" /> <th:block th:include="include :: footer" />
<script th:inline="javascript"> <script th:inline="javascript">
var listFlag = [[${@permission.hasPermi('system:destory:detail')}]]; var listFlag = [[${@permission.hasPermi('system:destory:detail')}]];
var sysSecretsTypeDatas = [[${@dict.getType('sys_secrets_type')}]];
var prefix = ctx + "system/propertyDestory/list"; var prefix = ctx + "system/propertyDestory/list";
let datas = [] let datas = []
$.ajax({ $.ajax({
@ -84,6 +85,13 @@
return getCity(datas, value) return getCity(datas, value)
} }
}, },
{
field: 'secretsType',
title: '密品分类',
formatter: function(value, row, index) {
return $.table.selectDictLabel(sysSecretsTypeDatas, value);
}
},
{ {
field: 'useDepart', field: 'useDepart',
title: '使用部门' title: '使用部门'

Loading…
Cancel
Save