guq 7 vuotta sitten
vanhempi
commit
5c3ef3c86a

+ 1 - 1
frontend/saas-web/app/view/money/fundtransfer/FormPanel.js

@@ -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',

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

@@ -25,7 +25,7 @@ Ext.define('saas.view.money.othreceipts.FormPanel', {
      initId:0,
 
      initComponent: function () {
-        Ext.applyIf(this, {
+        Ext.apply(this, {
             defaultItems: [{
                 xtype: 'hidden',
                 name: 'id',

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

@@ -25,7 +25,7 @@ Ext.define('saas.view.money.othspendings.FormPanel', {
     initId: 0,
 
     initComponent: function () {
-        Ext.applyIf(this, {
+        Ext.apply(this, {
             defaultItems: [{
                 xtype: 'hidden',
                 name: 'id',

+ 1 - 1
frontend/saas-web/app/view/money/payBalance/FormPanel.js

@@ -26,7 +26,7 @@ Ext.define('saas.view.money.payBalance.FormPanel', {
     toolBtns: [],
 
     initComponent: function () {
-        Ext.applyIf(this, {
+        Ext.apply(this, {
             defaultItems: [{
                 xtype: 'hidden',
                 name: 'id',

+ 1 - 1
frontend/saas-web/app/view/money/recBalance/FormPanel.js

@@ -25,7 +25,7 @@ Ext.define('saas.view.money.recBalance.FormPanel', {
     initId: 0,
 
     initComponent: function () {
-        Ext.applyIf(this, {
+        Ext.apply(this, {
             defaultItems: [{
                 xtype: 'hidden',
                 name: 'id',

+ 1 - 1
frontend/saas-web/app/view/purchase/purchase/FormPanel.js

@@ -25,7 +25,7 @@ Ext.define('saas.view.purchase.purchase.FormPanel', {
     _turnInUrl: '/api/purchase/purchase/turnProdin',
     initId: 0,
     initComponent: function () {
-        Ext.applyIf(this, {
+        Ext.apply(this, {
             defaultItems: [{
                 xtype: 'hidden',
                 name: 'id',

+ 1 - 1
frontend/saas-web/app/view/purchase/purchaseOut/FormPanel.js

@@ -26,7 +26,7 @@ Ext.define('saas.view.purchase.purchaseOut.FormPanel', {
     toolBtns: [],
 
     initComponent: function () {
-        Ext.applyIf(this, {
+        Ext.apply(this, {
             defaultItems: [{
                 xtype: 'hidden',
                 name: 'id',

+ 1 - 1
frontend/saas-web/app/view/sale/sale/FormPanel.js

@@ -26,7 +26,7 @@ Ext.define('saas.view.sale.sale.FormPanel', {
     _turnPurchase: '/api/sale/sale/saleTurnPurchase',
     initId: 0,
     initComponent: function () {
-        Ext.applyIf(this, {
+        Ext.apply(this, {
             defaultItems: [{
                 xtype: 'hidden',
                 name: 'id',

+ 1 - 1
frontend/saas-web/app/view/sale/saleOut/FormPanel.js

@@ -26,7 +26,7 @@ Ext.define('saas.view.sale.saleout.FormPanel', {
     initId: 0,
 
     initComponent: function () {
-        Ext.applyIf(this, {
+        Ext.apply(this, {
             toolBtns: [{
                 xtype: 'button',
                 text: '转销售退货',

+ 1 - 1
frontend/saas-web/app/view/stock/make/FormPanel.js

@@ -29,7 +29,7 @@ Ext.define('saas.view.stock.make.FormPanel', {
     toolBtns: [],
 
     initComponent: function () {
-        Ext.applyIf(this, {
+        Ext.apply(this, {
             defaultItems: [{
                 xtype: 'hidden',
                 name: 'id',

+ 1 - 1
frontend/saas-web/app/view/stock/otherIn/FormPanel.js

@@ -28,7 +28,7 @@ Ext.define('saas.view.stock.otherIn.FormPanel', {
     toolBtns: [],
 
     initComponent: function () {
-        Ext.applyIf(this, {
+        Ext.apply(this, {
             defaultItems: [{
                 xtype: 'hidden',
                 name: 'id',

+ 1 - 1
frontend/saas-web/app/view/stock/otherOut/FormPanel.js

@@ -27,7 +27,7 @@ Ext.define('saas.view.stock.otherOut.FormPanel', {
     toolBtns: [],
 
     initComponent: function () {
-        Ext.applyIf(this, {
+        Ext.apply(this, {
             defaultItems: [{
                 xtype: 'hidden',
                 name: 'id',