Commit 7e74ab78 authored by 1650842865's avatar 1650842865

采购申请查询列表增加物料组编码;固定资产采购物料组增加限制A0000,A9999

parent 306f2aa9
......@@ -56,6 +56,7 @@ function initPurchaseListGrid() {
{display: "库存地点", name: "lgort", width: "100", align: "left", type: "string"},
{display: "库存地点名称", name: "lgobe", width: "200", align: "left", type: "string"},
{display: "短文本", name: "txz01", width: "200", align: "left", type: "string",},
{display: "物料组编码", name: "matkl", width: "100", align: "left", type: "string",},
{display: "物料组", name: "matklName", width: "100", align: "left", type: "string",},
{display: "申购数量", name: "menge", width: 150, minWidth: 60, type: "string", align: "center",},
{display: "申购数量单位", name: "meinsName", width: 150, minWidth: 60, type: "string", align: "center",},
......
......@@ -234,7 +234,10 @@ function getGridColumns() {
type: 'system',
name: "dictionary",
getParam: function (item) {
return {fieldName: "MATKL"}
return {
fieldName: "MATKL",
filterValue: "A"
}
},
back: {
MATKL: "matkl",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment