Browse Source

采购复制忽略关联销售单号

rainco 7 years ago
parent
commit
4ec6f320e4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      frontend/saas-web/app/view/purchase/purchase/FormPanel.js

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

@@ -287,7 +287,8 @@ Ext.define('saas.view.purchase.purchase.FormPanel', {
                     {
                         text : "关联销售单号", 
                         dataIndex : "pd_salecode", 
-                        width : 150.0
+                        width : 150.0,
+                        ignore:true,
                     },{
                         text : "备注", 
                         dataIndex : "pd_remark",