Browse Source

取消字段顺序修改

zhuth 7 years ago
parent
commit
7c77ddd81c

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

@@ -44,13 +44,6 @@ Ext.define('saas.view.purchase.purchase.FormPanel', {
                 fieldLabel: "供应商名称",
                 allowBlank: false,
                 columnWidth: 0.5
-            }, {
-                xtype: "datefield",
-                name: "pu_delivery",
-                fieldLabel: "需求日期",
-                allowBlank: false,
-                defaultValue: new Date(),
-                columnWidth: 0.25,
             }, {
                 xtype: 'condbfindtrigger',
                 fieldLabel: '币别汇率',
@@ -79,6 +72,13 @@ Ext.define('saas.view.purchase.purchase.FormPanel', {
                         }
                     }
                 }
+            }, {
+                xtype: "datefield",
+                name: "pu_delivery",
+                fieldLabel: "需求日期",
+                allowBlank: false,
+                defaultValue: new Date(),
+                columnWidth: 0.25,
             }, {
                 name: "pu_shipaddresscode",
                 editable: false,

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

@@ -65,13 +65,6 @@ Ext.define('saas.view.purchase.purchaseIn.FormPanel', {
                 fieldLabel: '供应商名称',
                 allowBlank: false,
                 columnWidth: 0.5
-            }, {
-                xtype: "datefield",
-                name: "pi_date",
-                fieldLabel: "单据日期",
-                allowBlank: false,
-                columnWidth: 0.25,
-                defaultValue: new Date()
             }, {
                 xtype: 'condbfindtrigger',
                 fieldLabel: '币别汇率',
@@ -100,6 +93,13 @@ Ext.define('saas.view.purchase.purchaseIn.FormPanel', {
                         }
                     }
                 },
+            }, {
+                xtype: "datefield",
+                name: "pi_date",
+                fieldLabel: "单据日期",
+                allowBlank: false,
+                columnWidth: 0.25,
+                defaultValue: new Date()
             }, {
                 xtype: "hidden",
                 name: "pi_puid",

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

@@ -61,13 +61,6 @@ Ext.define('saas.view.purchase.purchaseOut.FormPanel', {
                 fieldLabel: '供应商名称',
                 allowBlank: false,
                 columnWidth: 0.5
-            }, {
-                xtype: "datefield",
-                name: "pi_date",
-                fieldLabel: "单据日期",
-                allowBlank: false,
-                columnWidth: 0.25,
-                defaultValue: new Date()
             }, {
                 xtype: 'condbfindtrigger',
                 fieldLabel: '币别汇率',
@@ -96,6 +89,13 @@ Ext.define('saas.view.purchase.purchaseOut.FormPanel', {
                         }
                     }
                 }
+            }, {
+                xtype: "datefield",
+                name: "pi_date",
+                fieldLabel: "单据日期",
+                allowBlank: false,
+                columnWidth: 0.25,
+                defaultValue: new Date()
             }, {
                 xtype: "hidden",
                 name: "pi_puid",

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

@@ -80,13 +80,6 @@ Ext.define('saas.view.sale.sale.FormPanel', {
                     }
                     return me;
                 }
-            }, {
-                xtype: "datefield",
-                name: "sa_delivery",
-                fieldLabel: "交货日期",
-                allowBlank: false,
-                defaultValue: new Date(),
-                columnWidth: 0.25,
             }, {
                 xtype: 'condbfindtrigger',
                 fieldLabel: '币别汇率',
@@ -115,6 +108,13 @@ Ext.define('saas.view.sale.sale.FormPanel', {
                         }
                     }
                 }
+            }, {
+                xtype: "datefield",
+                name: "sa_delivery",
+                fieldLabel: "交货日期",
+                allowBlank: false,
+                defaultValue: new Date(),
+                columnWidth: 0.25,
             }, {
                 name: "sa_toplace",
                 xtype: "remotecombo",

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

@@ -88,13 +88,6 @@ Ext.define('saas.view.sale.saleIn.FormPanel', {
                     }
                     return me;
                 }
-            }, {
-                xtype: "datefield",
-                name: "pi_date",
-                fieldLabel: "单据日期",
-                allowBlank: false,
-                columnWidth: 0.25,
-                defaultValue: new Date()
             }, {
                 xtype: 'condbfindtrigger',
                 fieldLabel: '币别汇率',
@@ -123,6 +116,13 @@ Ext.define('saas.view.sale.saleIn.FormPanel', {
                         }
                     }
                 }
+            }, {
+                xtype: "datefield",
+                name: "pi_date",
+                fieldLabel: "单据日期",
+                allowBlank: false,
+                columnWidth: 0.25,
+                defaultValue: new Date()
             }, {
                 columnWidth: 0.5,
                 name: "pi_address",

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

@@ -97,13 +97,6 @@ Ext.define('saas.view.sale.saleout.FormPanel', {
                     }
                     return me;
                 }
-            }, {
-                xtype: "datefield",
-                name: "pi_date",
-                fieldLabel: "单据日期",
-                allowBlank: false,
-                columnWidth: 0.25,
-                defaultValue: new Date()
             }, {
                 xtype: 'condbfindtrigger',
                 fieldLabel: '币别汇率',
@@ -132,6 +125,13 @@ Ext.define('saas.view.sale.saleout.FormPanel', {
                         }
                     }
                 }
+            }, {
+                xtype: "datefield",
+                name: "pi_date",
+                fieldLabel: "单据日期",
+                allowBlank: false,
+                columnWidth: 0.25,
+                defaultValue: new Date()
             }, {
                 columnWidth: 0.5,
                 name: "pi_address",