Commit 6dadb572 authored by 仇晓婷's avatar 仇晓婷

bug

parent 43e687bf
......@@ -61,6 +61,7 @@ export default {
easySearch: {
keys: { op: "name,storeTitle,materialCode", value: null },
},
type: [],
codeRuleType: null,
fscreeen: false,
modal: false,
......@@ -267,12 +268,13 @@ export default {
this.showMenu = true;
},
productSearch(item, ids, rootName) {
console.log(item);
let type = [];
// console.log(item);
this.codeRuleType = null;
this.type = [];
this.curId = item.id;
type = item.codeRuleType.split(",");
if (type) {
type.forEach((e) => {
this.type = item.codeRuleType.split(",");
if (this.type) {
this.type.forEach((e) => {
if (e == 1) {
this.codeRuleType = 1;
}
......
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