Commit 19dd57c3 authored by renjintao's avatar renjintao

technology

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