Commit 19dd57c3 authored by renjintao's avatar renjintao

technology

parent e9a6855f
......@@ -128,6 +128,10 @@ export default {
keys: {
op: "unicode,name,code",
value: null
},
approvalStatus:{
op: "In",
value: [0,1,2,3,4,-1]
}
},
hid: 0,
......
......@@ -81,6 +81,7 @@ export default {
easySearch: {
keys: { op: "mescode,productName,drawnNumber", value: null },
productingpreparationpeople: { op: "Equal", value: null },
approvalStatus:{op: "In",value: [1]}
},
columns: [
// { type: "selection", width: 70, align: "center" },
......
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