Commit 8acc789d authored by 李苏's avatar 李苏 💬

Merge branch 'master' of gitlab.gavelinfo.com:lisu/lxyl-vue

parents 602d1f83 f8a6b333
......@@ -246,7 +246,7 @@
cancelButtonText: '取消',
type: 'warning'
}).then(res => {
this.$post('lxyl/zlgl/ukcjyd/sap/cxzj', {
this.$post('lxyl/zlgl/ukcjyd/sapgz', {
ids: list.map(item => item.id)
}).then(res => {
if (res.success) {
......
......@@ -115,13 +115,7 @@
}
},
queryParams: [
[{
label: '重检单号',
prop: 'djid',
span: 5,
type: 'input',
value: ''
},
[
{
label: '业务日期',
startProp: "start",
......@@ -131,6 +125,14 @@
startValue: new Date().getTime() - 1000 * 60 * 60 * 24 * 30,
endValue: new Date().getTime(),
},
{
label: '重检单号',
prop: 'djid',
span: 5,
type: 'input',
value: ''
},
]
],
......
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