Browse Source

采购单字段调整

zhuth 7 years ago
parent
commit
bc217e4835
1 changed files with 8 additions and 6 deletions
  1. 8 6
      frontend/saas-web/app/view/purchase/purchase/FormPanel.js

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

@@ -66,17 +66,13 @@ Ext.define('saas.view.purchase.purchase.FormPanel', {
     },{
         xtype : "textfield", 
         name : "pu_shipaddresscode", 
-        fieldLabel : "交货地址"
+        fieldLabel : "交货地址",
+        columnWidth: 0.5
     }, {
         xtype : "textfield", 
         name : "pu_total", 
         fieldLabel : "单据金额",
         readOnly:true
-    }, {
-        xtype : "textfield", 
-        name : "PU_REMARK", 
-        fieldLabel : "备注", 
-        columnWidth : 0.25
     },{
         name : "detailGridField", 
         xtype : "detailGridField", 
@@ -277,6 +273,12 @@ Ext.define('saas.view.purchase.purchase.FormPanel', {
             }
         ]
     }, 
+    {
+        xtype : "textareafield", 
+        name : "PU_REMARK", 
+        fieldLabel : "备注", 
+        columnWidth : 1
+    },
     {
         xtype : "textfield", 
         name : "pu_recorder",