|
@@ -372,6 +372,13 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
+ item: { key: "resDetailField1", title: "耗材上级分类" },
|
|
|
+ attr: {
|
|
|
+ is: "el-input",
|
|
|
+ clearable: true,
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
item: { key: "isWhether", title: "是否带量" },
|
|
|
attr: {
|
|
|
is: "el-select",
|
|
@@ -406,6 +413,7 @@ export default {
|
|
|
},
|
|
|
},
|
|
|
{ item: { key: "sumCode", title: "汇总单据号" }, attr: {} },
|
|
|
+ { item: { key: "resDetailField1", title: "耗材上级分类" }, attr: {} },
|
|
|
{
|
|
|
item: { key: "isWhether", title: "是否带量" },
|
|
|
attr: {
|