Browse Source

销售订单交货日期顺序调整

rainco 7 years ago
parent
commit
64cbd99c1e
1 changed files with 9 additions and 9 deletions
  1. 9 9
      frontend/saas-web/app/view/sale/sale/FormPanel.js

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

@@ -218,6 +218,15 @@ Ext.define('saas.view.sale.sale.FormPanel', {
                 renderer : function(v) {
                 renderer : function(v) {
                     return Ext.util.Format.number(v, '0');
                     return Ext.util.Format.number(v, '0');
                 }
                 }
+            },{
+                text : "交货日期", 
+                dataIndex : "sd_delivery", 
+                xtype:'datecolumn',
+                editor : {
+                    xtype : "datefield",
+                    editable : true, 
+                    hideTrigger : false
+                }
             },
             },
             {
             {
                 text : "含税金额", 
                 text : "含税金额", 
@@ -255,15 +264,6 @@ Ext.define('saas.view.sale.sale.FormPanel', {
                     var format = '0,000.' + xr.join();
                     var format = '0,000.' + xr.join();
                     return Ext.util.Format.number(v, format);
                     return Ext.util.Format.number(v, format);
                 }
                 }
-            },{
-                text : "交货日期", 
-                dataIndex : "sd_delivery", 
-                xtype:'datecolumn',
-                editor : {
-                    xtype : "datefield",
-                    editable : true, 
-                    hideTrigger : false
-                }
             },{
             },{
                 text : "关联采购订单", 
                 text : "关联采购订单", 
                 dataIndex : "sd_pucode",
                 dataIndex : "sd_pucode",