Browse Source

代码提交

hy 7 years ago
parent
commit
1965023893

+ 3 - 3
frontend/saas-web/app/view/money/othreceipts/FormPanel.js

@@ -88,10 +88,10 @@ Ext.define('saas.view.money.othreceipts.FormPanel', {
                         this.dialog = form.getController().getView().add({
                             xtype: 'document-kind-childwin',
                             bind: {
-                                title: '新增收入类别类型'
+                                title: '新增收入类别'
                             },
-                            dataKind:'fundinouttype',
-                            belong:document.etc['fundinouttype'],
+                            dataKind:'inoutkind',
+                            belong:document.etc['inoutkind'],
                             _parent:form,
                             _combo:this.ownerCmp,
                             record:null,

+ 3 - 3
frontend/saas-web/app/view/money/othspendings/FormPanel.js

@@ -92,10 +92,10 @@ Ext.define('saas.view.money.othspendings.FormPanel', {
                         this.dialog = form.getController().getView().add({
                             xtype: 'document-kind-childwin',
                             bind: {
-                                title: '新增收入类别类型'
+                                title: '新增收入类别'
                             },
-                            dataKind:'fundinouttype',
-                            belong:document.etc['fundinouttype'],
+                            dataKind:'inoutkind',
+                            belong:document.etc['inoutkind'],
                             _parent:form,
                             _combo:this.ownerCmp,
                             record:null,