Browse Source

销售出货单复制明细不带销售单号和销售序号

rainco 7 years ago
parent
commit
42ad6db90e
1 changed files with 3 additions and 1 deletions
  1. 3 1
      frontend/saas-web/app/view/sale/saleOut/FormPanel.js

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

@@ -257,13 +257,15 @@ Ext.define('saas.view.sale.saleout.FormPanel', {
             {
                 text : "销售单号", 
                 dataIndex : "pd_ordercode", 
-                width : 150.0
+                width : 150.0,
+                ignore:true
             },{
                 text : "销售序号", 
                 dataIndex : "pd_orderdetno", 
                 xtype : "numbercolumn",
                 width : 110.0,
                 format: '0',
+                ignore:true,
                 renderer: function(v) {
                     return v ? v : null;
                 }