给所有单据都增加审核功能

This commit is contained in:
季圣华
2021-09-05 20:25:55 +08:00
parent 56cc93b59a
commit 5ffed191f3
23 changed files with 239 additions and 60 deletions

View File

@@ -66,7 +66,8 @@
jselectMultiple: {
options: [
{ text: '编辑', value: '1' },
{ text: '审核反审核', value: '2' },
{ text: '审核', value: '2' },
{ text: '反审核', value: '7' },
{ text: '导入导出', value: '3' },
{ text: '启用禁用', value: '4' },
{ text: '打印', value: '5' },