Browse Source

资金模块-调整列表配置

huangx 7 years ago
parent
commit
47a06f1449

+ 2 - 2
frontend/saas-web/app/view/money/fundtransfer/QueryPanel.js

@@ -64,8 +64,8 @@ Ext.define('saas.view.money.fundtransfer.QueryPanel', {
         addTitle: '资金转存',
         addTitle: '资金转存',
         addXtype: 'money-fundtransfer-formpanel',
         addXtype: 'money-fundtransfer-formpanel',
         defaultCondition:'',
         defaultCondition:'',
-        // baseVastUrl: '/api/money/fundtransfer/',
-        baseVastUrl: 'http://192.168.253.35:8880/fundtransfer/',
+        baseVastUrl: '/api/money/fundtransfer/',
+        // baseVastUrl: 'http://192.168.253.35:8880/fundtransfer/',
         baseColumn: [{
         baseColumn: [{
             text: 'id',
             text: 'id',
             dataIndex: 'id',
             dataIndex: 'id',

+ 2 - 2
frontend/saas-web/app/view/money/othreceipts/QueryPanel.js

@@ -73,8 +73,8 @@ Ext.define('saas.view.money.othreceipts.QueryPanel', {
         addTitle: '其它收入单',
         addTitle: '其它收入单',
         addXtype: 'money-othreceipts-formpanel',
         addXtype: 'money-othreceipts-formpanel',
         defaultCondition:'',
         defaultCondition:'',
-        // baseVastUrl: '/api/money/othreceipts/',
-        baseVastUrl: 'http://192.168.253.35:8880/othreceipts/',
+        baseVastUrl: '/api/money/othreceipts/',
+        // baseVastUrl: 'http://192.168.253.35:8880/othreceipts/',
         baseColumn: [{
         baseColumn: [{
             text: 'id',
             text: 'id',
             dataIndex: 'id',
             dataIndex: 'id',

+ 2 - 2
frontend/saas-web/app/view/money/othspendings/QueryPanel.js

@@ -73,8 +73,8 @@ Ext.define('saas.view.money.othspendings.QueryPanel', {
         addTitle: '其它支出单',
         addTitle: '其它支出单',
         addXtype: 'money-othspendings-formpanel',
         addXtype: 'money-othspendings-formpanel',
         defaultCondition:'',
         defaultCondition:'',
-        // baseVastUrl: '/api/money/othspendings/',
-        baseVastUrl: 'http://192.168.253.35:8880/othspendings/',
+        baseVastUrl: '/api/money/othspendings/',
+        // baseVastUrl: 'http://192.168.253.35:8880/othspendings/',
         baseColumn: [{
         baseColumn: [{
             text: 'id',
             text: 'id',
             dataIndex: 'id',
             dataIndex: 'id',