|
@@ -11,13 +11,17 @@ Ext.define('saas.view.core.form.FormPanelModel', {
|
|
|
codeEditable: false, // 单据编号是否可编辑
|
|
codeEditable: false, // 单据编号是否可编辑
|
|
|
},
|
|
},
|
|
|
auditBtnText: '审核', // 审核按钮默认text
|
|
auditBtnText: '审核', // 审核按钮默认text
|
|
|
|
|
+ showAddBtn: true, // 显示新增按钮
|
|
|
|
|
+ showSaveBtn: true, // 显示保存按钮
|
|
|
|
|
+ showDeleteBtn: true, // 显示删除按钮
|
|
|
showCopyBtn: true, // 显示复制按钮
|
|
showCopyBtn: true, // 显示复制按钮
|
|
|
- showPrintBtn: false, // 显示打印按钮
|
|
|
|
|
showAuditBtn: true, // 显示审核、反审核按钮
|
|
showAuditBtn: true, // 显示审核、反审核按钮
|
|
|
|
|
+ showPrintBtn: false, // 显示打印按钮
|
|
|
|
|
+ configurable: true, // 显示界面设置按钮
|
|
|
|
|
+
|
|
|
detailBindeFields: [], // 从表绑定列
|
|
detailBindeFields: [], // 从表绑定列
|
|
|
detailStore: null, // 从表store
|
|
detailStore: null, // 从表store
|
|
|
|
|
|
|
|
- configurable: true
|
|
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
formulas:{
|
|
formulas:{
|