This commit is contained in:
2022-12-02 11:35:56 +08:00
parent c0075d25a1
commit d3c5f0a931
3 changed files with 6 additions and 5 deletions

View File

@@ -84,7 +84,7 @@
customer_description = 输入.customerdescription
ENDOPTION
OPTION 输入.width <> ""
width >= 输入.width
sub.width >= 输入.width
ENDOPTION
ENDSELECT
ENDQUERY

View File

@@ -130,7 +130,7 @@
</el-form>
<div class="crud-opts2">
<span class="role-span">移库明细</span>
<span class="role-span">变更明细</span>
<span v-if="crud.status.cu > 0" class="crud-opts-right2">
<!--左侧插槽-->

View File

@@ -168,6 +168,7 @@
>
<el-table-column type="selection" width="55" />
<el-table-column
v-permission="['admin','inbill:del','inbill:edit']"
label="操作"
width="115"
align="center"
@@ -254,9 +255,9 @@ export default {
return {
height: document.documentElement.clientHeight - 180 + 'px;',
permission: {
add: ['admin', 'user:add'],
edit: ['admin', 'user:edit'],
del: ['admin', 'user:del']
add: ['admin', 'inbill:add'],
edit: ['admin', 'inbill:edit'],
del: ['admin', 'inbill:del']
},
audit_flag: true,
dis_flag: true,