|
|
|
@ -74,7 +74,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-form-item >
|
|
|
|
|
|
|
|
|
|
<el-checkbox v-model="queryParam.flag" >启用跨位</el-checkbox>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-form>
|
|
|
|
|
</el-col>
|
|
|
|
@ -355,7 +355,8 @@ export default {
|
|
|
|
|
xqpl:'',
|
|
|
|
|
kw:'',
|
|
|
|
|
sljhrq:'',
|
|
|
|
|
rqopt:'01'
|
|
|
|
|
rqopt:'01',
|
|
|
|
|
flag:false
|
|
|
|
|
},
|
|
|
|
|
defaultHeight: { height: '' },
|
|
|
|
|
wgzyprintFlag:false,
|
|
|
|
@ -1080,10 +1081,10 @@ export default {
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if(this.inParam.dcpl ===''){
|
|
|
|
|
this.$message({ message: '请输入需求批量', type: 'warning' })
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
// if(this.inParam.dcpl ===''){
|
|
|
|
|
// this.$message({ message: '请输入需求批量', type: 'warning' })
|
|
|
|
|
// return
|
|
|
|
|
// }
|
|
|
|
|
let obj =this.$refs.xGrid.getTableData().visibleData;
|
|
|
|
|
if(obj.length<=0){
|
|
|
|
|
this.$message({ message: '页面无数据', type: 'warning' })
|
|
|
|
@ -1092,6 +1093,7 @@ export default {
|
|
|
|
|
"data1":this.$refs.xGrid.getTableData().visibleData,
|
|
|
|
|
"dcch":this.inParam.dcch,
|
|
|
|
|
"dcpl":this.inParam.dcpl,
|
|
|
|
|
"flag":this.queryParam.flag,
|
|
|
|
|
}).then(res=>{
|
|
|
|
|
if(res.success){
|
|
|
|
|
let array1 = this.$refs.xGrid.getTableData().visibleData
|
|
|
|
|