| | |
| | | extend: "Ext.data.Model", |
| | | fields: ["id", "goodsCode", "goodsName", "goodsSpec", |
| | | "unitName", "goodsCount", "goodsMoney", |
| | | "goodsPrice", "memo", "taxRate", "tax", "priceWithTax", "moneyWithTax"] |
| | | "goodsPrice", "memo", "taxRate", "tax", "priceWithTax", "moneyWithTax", |
| | | "rejGoodsCount", "realGoodsCount"] |
| | | }); |
| | | var store = Ext.create("Ext.data.Store", { |
| | | autoLoad: false, |
| | |
| | | sortable: false, |
| | | align: "right" |
| | | }, { |
| | | header: "退货数量", |
| | | width: 120, |
| | | dataIndex: "rejGoodsCount", |
| | | menuDisabled: true, |
| | | sortable: false, |
| | | align: "right" |
| | | }, { |
| | | header: "实际入库数量", |
| | | width: 120, |
| | | dataIndex: "realGoodsCount", |
| | | menuDisabled: true, |
| | | sortable: false, |
| | | align: "right" |
| | | }, { |
| | | header: "单位", |
| | | dataIndex: "unitName", |
| | | menuDisabled: true, |