Browse Source

客户采购单转单状态字段调整

zhuth 6 years ago
parent
commit
372236e657
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/saas-web/app/view/sale/b2b/Purchase.js

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

@@ -91,7 +91,7 @@ Ext.define('saas.view.sale.b2b.Purchase', {
                     width: 100
                 }, {
                     text: '转单状态',
-                    dataIndex: 'sd_trunstatus',
+                    dataIndex: 'sa_turnstatus',
                     width: 100,
                     textAlign: 'center'
                 }, {