feat: There is no way the,
This commit is contained in:
@@ -1557,6 +1557,7 @@
|
|||||||
return data
|
return data
|
||||||
},
|
},
|
||||||
getStandInfoByReviseStatus(type) {
|
getStandInfoByReviseStatus(type) {
|
||||||
|
debugger
|
||||||
let date = new Date();
|
let date = new Date();
|
||||||
let year = date.getFullYear();
|
let year = date.getFullYear();
|
||||||
if(this.form.standStatus === '2'){
|
if(this.form.standStatus === '2'){
|
||||||
@@ -1590,6 +1591,7 @@
|
|||||||
this.GLWJBUSSFileList=this.assemble(this.form.GLWJBUSS,this.form.GLWJBUSSName);
|
this.GLWJBUSSFileList=this.assemble(this.form.GLWJBUSS,this.form.GLWJBUSSName);
|
||||||
this.LSBBBUSSFileList = []
|
this.LSBBBUSSFileList = []
|
||||||
if(this.LSBBBUSSFileList && this.LSBBBUSSFileList.length > 0){
|
if(this.LSBBBUSSFileList && this.LSBBBUSSFileList.length > 0){
|
||||||
|
console.log(this.form.FBGBUSS)
|
||||||
this.LSBBBUSSFileList=this.LSBBBUSSFileList.concat(this.assemble(this.form.FBGBUSS,this.form.FBGBUSSName))
|
this.LSBBBUSSFileList=this.LSBBBUSSFileList.concat(this.assemble(this.form.FBGBUSS,this.form.FBGBUSSName))
|
||||||
}else {
|
}else {
|
||||||
this.LSBBBUSSFileList=this.assemble(this.form.LSBBBUSS,this.form.LSBBBUSSName);
|
this.LSBBBUSSFileList=this.assemble(this.form.LSBBBUSS,this.form.LSBBBUSSName);
|
||||||
@@ -1601,6 +1603,7 @@
|
|||||||
this.FBGBUSSName = ""
|
this.FBGBUSSName = ""
|
||||||
}
|
}
|
||||||
this.LSBBBUSSFileList=this.LSBBBUSSFileList.concat(this.assemble(this.form.FBGBUSS,this.form.FBGBUSSName))
|
this.LSBBBUSSFileList=this.LSBBBUSSFileList.concat(this.assemble(this.form.FBGBUSS,this.form.FBGBUSSName))
|
||||||
|
console.log(this.LSBBBUSSFileList)
|
||||||
this.form.LSBBBUSS = this.form.FBGBUSS
|
this.form.LSBBBUSS = this.form.FBGBUSS
|
||||||
this.form.LSBBBUSSName = this.form.FBGBUSSName
|
this.form.LSBBBUSSName = this.form.FBGBUSSName
|
||||||
this.FBGBUSSFileList= []
|
this.FBGBUSSFileList= []
|
||||||
@@ -1957,10 +1960,13 @@
|
|||||||
assemble(ids,names){
|
assemble(ids,names){
|
||||||
let list= new Array();
|
let list= new Array();
|
||||||
if(ids && ids !== '' && names && names !== ''){
|
if(ids && ids !== '' && names && names !== ''){
|
||||||
|
ids = ids.replaceAll(',,',',')
|
||||||
let idArray=ids.split(',');
|
let idArray=ids.split(',');
|
||||||
let nameArray=names.split(',');
|
let nameArray=names.split(',');
|
||||||
for(let i=0; i<idArray.length; i++){
|
for(let i=0; i<idArray.length; i++){
|
||||||
list.push({id:idArray[i],name:nameArray[i]});
|
if(idArray[i] && idArray[i] !==undefined && nameArray[i] && nameArray[i] !== undefined){
|
||||||
|
list.push({id:idArray[i],name:nameArray[i]});
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return list;
|
return list;
|
||||||
@@ -2051,7 +2057,12 @@
|
|||||||
}, res => {
|
}, res => {
|
||||||
if(res && res.data){
|
if(res && res.data){
|
||||||
const bringData = res.data
|
const bringData = res.data
|
||||||
|
this.FBGBUSSFileList=[]
|
||||||
|
this.BZSMBUSSFileList=[]
|
||||||
|
this.LSBBBUSSFileList=[]
|
||||||
|
this.QTWJBUSSFileList=[]
|
||||||
|
this.GLWJBUSSFileList=[]
|
||||||
|
this.XGDFileList=[]
|
||||||
const json = Object.assign(bringData, bringData.attrInfoMap);
|
const json = Object.assign(bringData, bringData.attrInfoMap);
|
||||||
this.form = JSON.parse(JSON.stringify(json))
|
this.form = JSON.parse(JSON.stringify(json))
|
||||||
this.form.prcNum = this.prcNum
|
this.form.prcNum = this.prcNum
|
||||||
@@ -2074,9 +2085,6 @@
|
|||||||
this.form['NYLXCLASS'] = this.filterObj(this.form['NYLXCLASS'])
|
this.form['NYLXCLASS'] = this.filterObj(this.form['NYLXCLASS'])
|
||||||
this.form['SYCPXCLASS'] = this.filterObj(this.form['SYCPXCLASS'])
|
this.form['SYCPXCLASS'] = this.filterObj(this.form['SYCPXCLASS'])
|
||||||
this.form.XCSJBUSS = this.dateFormatter()
|
this.form.XCSJBUSS = this.dateFormatter()
|
||||||
this.FBGBUSSFileList=this.assemble(this.form.FBGBUSS,this.form.FBGBUSSName);
|
|
||||||
this.BZSMBUSSFileList=this.assemble(this.form.BZSMBUSS,this.form.BZSMBUSSName);
|
|
||||||
this.LSBBBUSSFileList=this.assemble(this.form.LSBBBUSS,this.form.LSBBBUSSName);
|
|
||||||
this.QTWJBUSSFileList=this.assemble(this.form.QTWJBUSS,this.form.QTWJBUSSName);
|
this.QTWJBUSSFileList=this.assemble(this.form.QTWJBUSS,this.form.QTWJBUSSName);
|
||||||
this.GLWJBUSSFileList=this.assemble(this.form.GLWJBUSS,this.form.GLWJBUSSName);
|
this.GLWJBUSSFileList=this.assemble(this.form.GLWJBUSS,this.form.GLWJBUSSName);
|
||||||
this.XGDFileList=this.assemble(this.form.XGD,this.form.XGDName);
|
this.XGDFileList=this.assemble(this.form.XGD,this.form.XGDName);
|
||||||
|
|||||||
@@ -503,7 +503,7 @@ export default {
|
|||||||
})
|
})
|
||||||
}else if (row.taskInfo === '重新发起入库流程'){
|
}else if (row.taskInfo === '重新发起入库流程'){
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: 'zcrkStep1',
|
name: 'zcrkStep3',
|
||||||
query: {
|
query: {
|
||||||
taskIds: row.taskIds,
|
taskIds: row.taskIds,
|
||||||
prcId: row.prcId,
|
prcId: row.prcId,
|
||||||
|
|||||||
Reference in New Issue
Block a user