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

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

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