@@ -25,7 +25,7 @@ Ext.define('saas.view.money.fundtransfer.FormPanel', {
initId: 0,
initComponent: function () {
- Ext.applyIf(this, {
+ Ext.apply(this, {
defaultItems: [{
xtype: 'hidden',
name: 'id',
@@ -25,7 +25,7 @@ Ext.define('saas.view.money.othreceipts.FormPanel', {
initId:0,
@@ -25,7 +25,7 @@ Ext.define('saas.view.money.othspendings.FormPanel', {
@@ -26,7 +26,7 @@ Ext.define('saas.view.money.payBalance.FormPanel', {
toolBtns: [],
@@ -25,7 +25,7 @@ Ext.define('saas.view.money.recBalance.FormPanel', {
@@ -25,7 +25,7 @@ Ext.define('saas.view.purchase.purchase.FormPanel', {
_turnInUrl: '/api/purchase/purchase/turnProdin',
@@ -26,7 +26,7 @@ Ext.define('saas.view.purchase.purchaseOut.FormPanel', {
@@ -26,7 +26,7 @@ Ext.define('saas.view.sale.sale.FormPanel', {
_turnPurchase: '/api/sale/sale/saleTurnPurchase',
@@ -26,7 +26,7 @@ Ext.define('saas.view.sale.saleout.FormPanel', {
toolBtns: [{
xtype: 'button',
text: '转销售退货',
@@ -29,7 +29,7 @@ Ext.define('saas.view.stock.make.FormPanel', {
@@ -28,7 +28,7 @@ Ext.define('saas.view.stock.otherIn.FormPanel', {
@@ -27,7 +27,7 @@ Ext.define('saas.view.stock.otherOut.FormPanel', {