src/web/Public/Scripts/PSI/Goods/MainForm.js
@@ -1080,7 +1080,7 @@ Ext.define(modelName, { extend: "Ext.data.Model", fields: ["id", "text", "fullName", "code", "cnt", "leaf", "children", "taxRate"] "children", "taxRate", "mType"] }); var store = Ext.create("Ext.data.TreeStore", { @@ -1156,6 +1156,10 @@ dataIndex: "taxRate", align: "center", width: 80 }, { text: "物料类型", dataIndex: "mType", width: 150 }] }, listeners: {