Explorar el Código

采购、销售模块字段顺序调整

zhuth hace 7 años
padre
commit
b6f7b88384

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

@@ -44,6 +44,13 @@ 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: '币别汇率',
@@ -66,13 +73,6 @@ Ext.define('saas.view.purchase.purchase.FormPanel', {
                     decimalPrecision: 6,
                     vtype: 'positiveNumber'
                 }
-            }, {
-                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,6 +65,13 @@ 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: '币别汇率',
@@ -88,13 +95,6 @@ Ext.define('saas.view.purchase.purchaseIn.FormPanel', {
                     vtype: 'positiveNumber'
                 },
             }, {
-                xtype: "datefield",
-                name: "pi_date",
-                fieldLabel: "单据日期",
-                allowBlank: false,
-                columnWidth: 0.25,
-                defaultValue: new Date()
-            },{
                 xtype: "hidden",
                 name: "pi_puid",
                 fieldLabel: "采购单id",

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

@@ -61,6 +61,13 @@ 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: '币别汇率',
@@ -83,13 +90,6 @@ Ext.define('saas.view.purchase.purchaseOut.FormPanel', {
                     decimalPrecision: 6,
                     vtype: 'positiveNumber'
                 }
-            }, {
-                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,6 +80,13 @@ 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: '币别汇率',
@@ -102,13 +109,6 @@ Ext.define('saas.view.sale.sale.FormPanel', {
                     decimalPrecision: 6,
                     vtype: 'positiveNumber'
                 }
-            }, {
-                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,6 +88,13 @@ 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: '币别汇率',
@@ -110,13 +117,6 @@ Ext.define('saas.view.sale.saleIn.FormPanel', {
                     decimalPrecision: 6,
                     vtype: 'positiveNumber'
                 }
-            }, {
-                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,6 +97,13 @@ 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: '币别汇率',
@@ -119,13 +126,6 @@ Ext.define('saas.view.sale.saleout.FormPanel', {
                     decimalPrecision: 6,
                     vtype: 'positiveNumber'
                 }
-            }, {
-                xtype: "datefield",
-                name: "pi_date",
-                fieldLabel: "单据日期",
-                allowBlank: false,
-                columnWidth: 0.25,
-                defaultValue: new Date()
             }, {
                 columnWidth: 0.5,
                 name: "pi_address",