ソースを参照

销售退货单客户放大镜

rainco 7 年 前
コミット
407ae74da5
1 ファイル変更8 行追加4 行削除
  1. 8 4
      frontend/saas-web/app/view/sale/saleIn/QueryPanel.js

+ 8 - 4
frontend/saas-web/app/view/sale/saleIn/QueryPanel.js

@@ -97,10 +97,14 @@ Ext.define('saas.view.sale.saleIn.QueryPanel', {
             text: '销售单号',
             dataIndex: 'pi_pucode',
             width: 200
-        },{
-            text: '客户名称',
-            dataIndex: 'pi_custname',
-            width: 120
+        }, {
+            xtype: 'hidden',
+            name: 'pi_custcode',
+            fieldLabel: '客户编号'
+        }, {
+            xtype: 'dbfindtrigger',
+            name: 'pi_custname',
+            fieldLabel: '客户名称'
         },{
             text: '含税金额',
             dataIndex: 'pi_total',