Browse Source

字段调整

zhuth 7 years ago
parent
commit
f286d9fadd

+ 1 - 0
frontend/saas-web/app/model/purchase/purchasedetail.js

@@ -22,6 +22,7 @@ Ext.define('saas.model.purchase.Purchasedetail', {
         { name: 'pd_salecode', type: 'string' },
         { name: 'pd_saledetno', type: 'int' },
         { name: 'pd_sdid', type: 'int' },
+        { name: 'pd_remark', type: 'string' },
         { name: 'companyid', type: 'int' },
         { name: 'updaterId', type: 'int' },
         { name: 'updatedate', type: 'date' },

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

@@ -312,7 +312,7 @@ Ext.define('saas.view.purchase.purchase.FormPanel', {
                 width : 120.0
             },{
                 text : "备注", 
-                dataIndex : "sd_remark",
+                dataIndex : "pd_remark",
                 width : 250, 
                 items : null,
                 editor : {