|
@@ -132,7 +132,7 @@ export default function useColumns() {
|
|
|
attr: { clearable: true, is: "el-input" },
|
|
|
},
|
|
|
{
|
|
|
- item: {key: "materialCodeList", title: "物料编码"},
|
|
|
+ item: { key: "materialCodeList", title: "物料编码" },
|
|
|
attr: {
|
|
|
clearable: true,
|
|
|
is: "el-popover-multiple-select-v2",
|
|
@@ -141,7 +141,7 @@ export default function useColumns() {
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- item: { key: "materialCodes", title: "物料编码"},
|
|
|
+ item: { key: "materialCodes", title: "物料编码" },
|
|
|
attr: {
|
|
|
clearable: true,
|
|
|
is: "el-input",
|
|
@@ -157,7 +157,7 @@ export default function useColumns() {
|
|
|
// },
|
|
|
// },
|
|
|
{
|
|
|
- item: { key: "materialClassifyList", title: "物料一级分类"},
|
|
|
+ item: { key: "materialClassifyList", title: "物料一级分类" },
|
|
|
attr: {
|
|
|
clearable: true,
|
|
|
is: "el-popover-multiple-tree-select",
|
|
@@ -189,13 +189,17 @@ export default function useColumns() {
|
|
|
valueFormat: "yyyy-MM-dd hh:mm:ss",
|
|
|
},
|
|
|
},
|
|
|
- {
|
|
|
- item: { width: 100, key: "customerName", title: "客户" },
|
|
|
+ {
|
|
|
+ item: { width: 100, key: "customerName", title: "客户" },
|
|
|
attr: {
|
|
|
is: "el-popover-select-v2",
|
|
|
referName: "CUSTOMER_PARAM",
|
|
|
valueKey: "name",
|
|
|
clearable: true,
|
|
|
+ dataMapping: {
|
|
|
+ customer: "id",
|
|
|
+ customerName: "name",
|
|
|
+ },
|
|
|
}
|
|
|
},
|
|
|
{
|