瀏覽代碼

销售订单隐藏客户ID字段

rainco 7 年之前
父節點
當前提交
b00525c0c1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      frontend/saas-web/app/view/sale/sale/FormPanel.js

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

@@ -32,7 +32,7 @@ Ext.define('saas.view.sale.sale.FormPanel', {
                 name: 'id',
                 fieldLabel: 'id'
             }, {
-                xtype : 'textfield',
+                xtype : 'hidden',
                 name : 'sa_custid', 
                 fieldLabel : '客户ID'
             }