Commit b689d175 authored by 左玲玲's avatar 左玲玲 😬

打印缓存问题

parent 9ec54259
...@@ -209,7 +209,8 @@ function Instore(props) { ...@@ -209,7 +209,8 @@ function Instore(props) {
title: `上架采集`, title: `上架采集`,
...extra, ...extra,
totalPath: "/ngic-workmanship/wmsMaterieInstore/getInStoreInfoById", totalPath: "/ngic-workmanship/wmsMaterieInstore/getInStoreInfoById",
totalParams: { id: record.id } totalParams: { id: record.id },
extra:null
})) }))
}), }),
getPrem("equipmentCustomer_deleteById", action, '关单', null, { getPrem("equipmentCustomer_deleteById", action, '关单', null, {
...@@ -357,7 +358,8 @@ function Instore(props) { ...@@ -357,7 +358,8 @@ function Instore(props) {
title: "新增", title: "新增",
fields: defaultFields[e.key], fields: defaultFields[e.key],
instoreType: keytoval[e.key], instoreType: keytoval[e.key],
val: "add" //类型 val: "add", //类型
extra:null
})) }))
}} }}
items={items} items={items}
......
...@@ -210,7 +210,8 @@ function Instore(props) { ...@@ -210,7 +210,8 @@ function Instore(props) {
title: `下架采集`, title: `下架采集`,
...extra, ...extra,
totalPath: "/ngic-workmanship/wmsMaterieOutstore/getOutStoreInfoById", totalPath: "/ngic-workmanship/wmsMaterieOutstore/getOutStoreInfoById",
totalParams: { id: record.id } totalParams: { id: record.id },
extra:null
})) }))
}), }),
...@@ -359,7 +360,8 @@ function Instore(props) { ...@@ -359,7 +360,8 @@ function Instore(props) {
title: "新增", title: "新增",
fields: defaultFields[e.key], fields: defaultFields[e.key],
outstoreType: keytoval[e.key], outstoreType: keytoval[e.key],
val: "add" //类型 val: "add", //类型
extra:null
})) }))
}} }}
items={items} items={items}
......
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