Selaa lähdekoodia

备注字段使用textfield

zhuth 7 vuotta sitten
vanhempi
commit
0ddd802ff2
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      frontend/saas-web/app/view/purchase/purchase/FormPanel.js

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

@@ -275,7 +275,7 @@ Ext.define('saas.view.purchase.purchase.FormPanel', {
         ]
         ]
     },
     },
     {
     {
-        xtype : "textareafield", 
+        xtype : "textfield", 
         name : "PU_REMARK", 
         name : "PU_REMARK", 
         fieldLabel : "备注", 
         fieldLabel : "备注", 
         columnWidth : 1
         columnWidth : 1