zm
2020-08-19 d75ce097cb1ee766791f1d5d9d946790adb86cab
src/web/Public/Scripts/PSI/PurchaseRej/PRSelectPWBillForm.js
@@ -299,7 +299,8 @@
      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,
@@ -343,6 +344,20 @@
        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,