Parcourir la source

修改其它出入库单界面

zhoudw il y a 7 ans
Parent
commit
37301647ef

+ 5 - 0
frontend/saas-web/app/view/stock/otherIn/FormPanel.js

@@ -295,6 +295,11 @@ Ext.define('saas.view.stock.otherIn.FormPanel', {
                 },
             }
         ]
+    },{
+        xtype : "textfield", 
+        name : "pi_remark", 
+        fieldLabel : "备注", 
+        columnWidth : 1
     },{
         xtype : "hidden", 
         name : "creatorId", 

+ 5 - 0
frontend/saas-web/app/view/stock/otherOut/FormPanel.js

@@ -263,6 +263,11 @@ Ext.define('saas.view.stock.otherOut.FormPanel', {
                 },
             }
         ]
+    },{
+        xtype : "textfield", 
+        name : "pi_remark", 
+        fieldLabel : "备注", 
+        columnWidth : 1
     },{
         xtype : "hidden", 
         name : "creatorId",