合并分支 'dev_20230216' 到 'master'
Dev 20230216 查看合并请求 laws-foton-slrs/foton-laws-system-front!65
This commit is contained in:
@@ -934,7 +934,7 @@ export default {
|
||||
this.replaceLawsNumForm.reviewTimeStart = ""
|
||||
this.replaceLawsNumForm.reviewTimeEnd = ""
|
||||
}
|
||||
this.$http.get('lawss/sarBussionessStandState/getSarBussionStandPageNo', this.replaceLawsNumForm, {
|
||||
this.$http.get('lawss/activiti/getSarBussionStandPageNo', this.replaceLawsNumForm, {
|
||||
_this: this,
|
||||
loading: 'replaceLoading'
|
||||
}, res => {
|
||||
@@ -976,7 +976,7 @@ export default {
|
||||
this.replaceLawsNumForm.reviewTimeStart = ""
|
||||
this.replaceLawsNumForm.reviewTimeEnd = ""
|
||||
}
|
||||
this.$http.get('lawss/sarBussionessStandState/getSarBussionStandPageNo', this.replaceLawsNumForm, {
|
||||
this.$http.get('lawss/activiti/getSarBussionStandPageNo', this.replaceLawsNumForm, {
|
||||
_this: this,
|
||||
loading: 'replaceLoading'
|
||||
}, res => {
|
||||
|
||||
@@ -218,7 +218,7 @@
|
||||
></el-input>
|
||||
<div style="display: flex;justify-content: space-between">
|
||||
<div style="width: 80%;margin-top: 13px">
|
||||
<div v-for="(item,index) in LSBBBUSSFileList" :key="index" @click="handleFilePreview(item)" style="color: #409eff;cursor:pointer" class="fileClass">{{ item.name }}</div>
|
||||
<div v-for="(item,index) in LSBBBUSSFileList" :key="index" @click="handleFilePreview(item)" style="color: #409eff;cursor:pointer" class="fileClass">{{ item.name }}</div>
|
||||
</div>
|
||||
<div style="width: 20%;">
|
||||
<el-button :disabled="disabledXX"
|
||||
@@ -1524,30 +1524,30 @@
|
||||
'form.standStatus': {
|
||||
handler (val) {
|
||||
if (val !== '' && val !== null && typeof (val) !== 'undefined') {
|
||||
|
||||
this.FSRQchange()
|
||||
}
|
||||
}
|
||||
},
|
||||
'form.issueTime': {
|
||||
handler: function() {
|
||||
if(this.form.issueTime !== undefined && this.form.issueTime !== null && this.form.issueTime !== ''){
|
||||
let date = new Date(this.$moment(this.form.issueTime).format('YYYY-MM-DD'))
|
||||
// const FSRQBUSS = date.getFullYear()+ 5 + '-' + date.getMonth() + '-' + date.getDate()
|
||||
// this.sarBussionessStandEO["FSRQBUSS"] = FSRQBUSS
|
||||
|
||||
let year = date.getFullYear()+5;
|
||||
let month =(date.getMonth() + 1).toString();
|
||||
let day = (date.getDate()).toString();
|
||||
if (month.length == 1) {
|
||||
month = "0" + month;
|
||||
}
|
||||
if (day.length == 1) {
|
||||
day = "0" + day;
|
||||
}
|
||||
const FSRQBUSS = year + "-" + month + "-" + day;
|
||||
this.form["FSRQBUSS"] = FSRQBUSS
|
||||
|
||||
}
|
||||
this.FSRQchange()
|
||||
// if(this.form.issueTime !== undefined && this.form.issueTime !== null && this.form.issueTime !== ''){
|
||||
// let date = new Date(this.$moment(this.form.issueTime).format('YYYY-MM-DD'))
|
||||
// // const FSRQBUSS = date.getFullYear()+ 5 + '-' + date.getMonth() + '-' + date.getDate()
|
||||
// // this.sarBussionessStandEO["FSRQBUSS"] = FSRQBUSS
|
||||
// let year = date.getFullYear()+5;
|
||||
// let month =(date.getMonth() + 1).toString();
|
||||
// let day = (date.getDate()).toString();
|
||||
// if (month.length == 1) {
|
||||
// month = "0" + month;
|
||||
// }
|
||||
// if (day.length == 1) {
|
||||
// day = "0" + day;
|
||||
// }
|
||||
// const FSRQBUSS = year + "-" + month + "-" + day;
|
||||
// this.form["FSRQBUSS"] = FSRQBUSS
|
||||
//
|
||||
// }
|
||||
},
|
||||
},
|
||||
'form.country': {
|
||||
@@ -1568,6 +1568,26 @@
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
FSRQchange(){
|
||||
if(this.form.issueTime !== undefined && this.form.issueTime !== null && this.form.issueTime !== ''){
|
||||
let date = new Date(this.$moment(this.form.issueTime).format('YYYY-MM-DD'))
|
||||
|
||||
let year = date.getFullYear()+5;
|
||||
if(this.form.standSort === 'Q/QCBFC' || this.form.standSort === 'Q/FT X'){
|
||||
year = date.getFullYear()+3;
|
||||
}
|
||||
let month =(date.getMonth() + 1).toString();
|
||||
let day = (date.getDate()).toString();
|
||||
if (month.length == 1) {
|
||||
month = "0" + month;
|
||||
}
|
||||
if (day.length === 1) {
|
||||
day = "0" + day;
|
||||
}
|
||||
const FSRQBUSS = year + "-" + month + "-" + day;
|
||||
this.form["FSRQBUSS"] = FSRQBUSS
|
||||
}
|
||||
},
|
||||
regDate(data){
|
||||
if(this.form.standCode !== undefined && this.form.standCode !== null && this.form.standCode.indexOf(data) !== -1){
|
||||
data = data + ' X'
|
||||
|
||||
@@ -1101,29 +1101,32 @@
|
||||
handler (val) {
|
||||
if (val !== '' && val !== null && typeof (val) !== 'undefined') {
|
||||
this.getStandInfoByReviseStatus()
|
||||
this.FSRQchange()
|
||||
}
|
||||
}
|
||||
},
|
||||
'form.issueTime': {
|
||||
handler: function() {
|
||||
if(this.form.issueTime !== undefined && this.form.issueTime !== null && this.form.issueTime !== ''){
|
||||
let date = new Date(this.$moment(this.form.issueTime).format('YYYY-MM-DD'))
|
||||
// const FSRQBUSS = date.getFullYear()+ 5 + '-' + date.getMonth() + '-' + date.getDate()
|
||||
// this.sarBussionessStandEO["FSRQBUSS"] = FSRQBUSS
|
||||
|
||||
let year = date.getFullYear()+5;
|
||||
let month =(date.getMonth() + 1).toString();
|
||||
let day = (date.getDate()).toString();
|
||||
if (month.length == 1) {
|
||||
month = "0" + month;
|
||||
}
|
||||
if (day.length === 1) {
|
||||
day = "0" + day;
|
||||
}
|
||||
const FSRQBUSS = year + "-" + month + "-" + day;
|
||||
this.form["FSRQBUSS"] = FSRQBUSS
|
||||
|
||||
}
|
||||
this.FSRQchange();
|
||||
// if(this.form.issueTime !== undefined && this.form.issueTime !== null && this.form.issueTime !== ''){
|
||||
// let date = new Date(this.$moment(this.form.issueTime).format('YYYY-MM-DD'))
|
||||
// // const FSRQBUSS = date.getFullYear()+ 5 + '-' + date.getMonth() + '-' + date.getDate()
|
||||
// // this.sarBussionessStandEO["FSRQBUSS"] = FSRQBUSS
|
||||
//
|
||||
// let year = date.getFullYear()+5;
|
||||
// let month =(date.getMonth() + 1).toString();
|
||||
// let day = (date.getDate()).toString();
|
||||
// if (month.length == 1) {
|
||||
// month = "0" + month;
|
||||
// }
|
||||
// if (day.length === 1) {
|
||||
// day = "0" + day;
|
||||
// }
|
||||
// const FSRQBUSS = year + "-" + month + "-" + day;
|
||||
// this.form["FSRQBUSS"] = FSRQBUSS
|
||||
// console.log(FSRQBUSS)
|
||||
//
|
||||
// }
|
||||
},
|
||||
},
|
||||
'form.country': {
|
||||
@@ -1149,6 +1152,26 @@
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
FSRQchange(){
|
||||
if(this.form.issueTime !== undefined && this.form.issueTime !== null && this.form.issueTime !== ''){
|
||||
let date = new Date(this.$moment(this.form.issueTime).format('YYYY-MM-DD'))
|
||||
|
||||
let year = date.getFullYear()+5;
|
||||
if(this.form.standSort === 'Q/QCBFC' || this.form.standSort === 'Q/FT X'){
|
||||
year = date.getFullYear()+3;
|
||||
}
|
||||
let month =(date.getMonth() + 1).toString();
|
||||
let day = (date.getDate()).toString();
|
||||
if (month.length == 1) {
|
||||
month = "0" + month;
|
||||
}
|
||||
if (day.length === 1) {
|
||||
day = "0" + day;
|
||||
}
|
||||
const FSRQBUSS = year + "-" + month + "-" + day;
|
||||
this.form["FSRQBUSS"] = FSRQBUSS
|
||||
}
|
||||
},
|
||||
checkedRoleTransfer (data) {
|
||||
this.isSubmit = true
|
||||
this.saveLoading = true
|
||||
|
||||
@@ -1078,29 +1078,31 @@
|
||||
handler (val) {
|
||||
if (val !== '' && val !== null && typeof (val) !== 'undefined') {
|
||||
this.getStandInfoByReviseStatus("")
|
||||
this.FSRQchange()
|
||||
}
|
||||
}
|
||||
},
|
||||
'form.issueTime': {
|
||||
handler: function() {
|
||||
if(this.form.issueTime !== undefined && this.form.issueTime !== null && this.form.issueTime !== ''){
|
||||
let date = new Date(this.$moment(this.form.issueTime).format('YYYY-MM-DD'))
|
||||
// const FSRQBUSS = date.getFullYear()+ 5 + '-' + date.getMonth() + '-' + date.getDate()
|
||||
// this.sarBussionessStandEO["FSRQBUSS"] = FSRQBUSS
|
||||
|
||||
let year = date.getFullYear()+5;
|
||||
let month =(date.getMonth() + 1).toString();
|
||||
let day = (date.getDate()).toString();
|
||||
if (month.length == 1) {
|
||||
month = "0" + month;
|
||||
}
|
||||
if (day.length == 1) {
|
||||
day = "0" + day;
|
||||
}
|
||||
const FSRQBUSS = year + "-" + month + "-" + day;
|
||||
this.form["FSRQBUSS"] = FSRQBUSS
|
||||
|
||||
}
|
||||
this.FSRQchange()
|
||||
// if(this.form.issueTime !== undefined && this.form.issueTime !== null && this.form.issueTime !== ''){
|
||||
// let date = new Date(this.$moment(this.form.issueTime).format('YYYY-MM-DD'))
|
||||
// // const FSRQBUSS = date.getFullYear()+ 5 + '-' + date.getMonth() + '-' + date.getDate()
|
||||
// // this.sarBussionessStandEO["FSRQBUSS"] = FSRQBUSS
|
||||
//
|
||||
// let year = date.getFullYear()+5;
|
||||
// let month =(date.getMonth() + 1).toString();
|
||||
// let day = (date.getDate()).toString();
|
||||
// if (month.length == 1) {
|
||||
// month = "0" + month;
|
||||
// }
|
||||
// if (day.length == 1) {
|
||||
// day = "0" + day;
|
||||
// }
|
||||
// const FSRQBUSS = year + "-" + month + "-" + day;
|
||||
// this.form["FSRQBUSS"] = FSRQBUSS
|
||||
//
|
||||
// }
|
||||
},
|
||||
},
|
||||
'form.country': {
|
||||
@@ -1126,6 +1128,26 @@
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
FSRQchange(){
|
||||
if(this.form.issueTime !== undefined && this.form.issueTime !== null && this.form.issueTime !== ''){
|
||||
let date = new Date(this.$moment(this.form.issueTime).format('YYYY-MM-DD'))
|
||||
|
||||
let year = date.getFullYear()+5;
|
||||
if(this.form.standSort === 'Q/QCBFC' || this.form.standSort === 'Q/FT X'){
|
||||
year = date.getFullYear()+3;
|
||||
}
|
||||
let month =(date.getMonth() + 1).toString();
|
||||
let day = (date.getDate()).toString();
|
||||
if (month.length == 1) {
|
||||
month = "0" + month;
|
||||
}
|
||||
if (day.length === 1) {
|
||||
day = "0" + day;
|
||||
}
|
||||
const FSRQBUSS = year + "-" + month + "-" + day;
|
||||
this.form["FSRQBUSS"] = FSRQBUSS
|
||||
}
|
||||
},
|
||||
regDate(data){
|
||||
if(this.form.DTQBBHBUSS !== undefined && this.form.DTQBBHBUSS !== null && this.form.DTQBBHBUSS.indexOf(data) !== -1){
|
||||
data = data + ' X'
|
||||
|
||||
@@ -1156,29 +1156,31 @@
|
||||
handler (val) {
|
||||
if (val !== '' && val !== null && typeof (val) !== 'undefined') {
|
||||
this.getStandInfoByReviseStatus()
|
||||
this.FSRQchange()
|
||||
}
|
||||
}
|
||||
},
|
||||
'form.issueTime': {
|
||||
handler: function() {
|
||||
if(this.form.issueTime !== undefined && this.form.issueTime !== null && this.form.issueTime !== ''){
|
||||
let date = new Date(this.$moment(this.form.issueTime).format('YYYY-MM-DD'))
|
||||
// const FSRQBUSS = date.getFullYear()+ 5 + '-' + date.getMonth() + '-' + date.getDate()
|
||||
// this.sarBussionessStandEO["FSRQBUSS"] = FSRQBUSS
|
||||
|
||||
let year = date.getFullYear()+5;
|
||||
let month =(date.getMonth() + 1).toString();
|
||||
let day = (date.getDate()).toString();
|
||||
if (month.length === 1) {
|
||||
month = "0" + month;
|
||||
}
|
||||
if (day.length == 1) {
|
||||
day = "0" + day;
|
||||
}
|
||||
const FSRQBUSS = year + "-" + month + "-" + day;
|
||||
this.form["FSRQBUSS"] = FSRQBUSS
|
||||
|
||||
}
|
||||
this.FSRQchange()
|
||||
// if(this.form.issueTime !== undefined && this.form.issueTime !== null && this.form.issueTime !== ''){
|
||||
// let date = new Date(this.$moment(this.form.issueTime).format('YYYY-MM-DD'))
|
||||
// // const FSRQBUSS = date.getFullYear()+ 5 + '-' + date.getMonth() + '-' + date.getDate()
|
||||
// // this.sarBussionessStandEO["FSRQBUSS"] = FSRQBUSS
|
||||
//
|
||||
// let year = date.getFullYear()+5;
|
||||
// let month =(date.getMonth() + 1).toString();
|
||||
// let day = (date.getDate()).toString();
|
||||
// if (month.length === 1) {
|
||||
// month = "0" + month;
|
||||
// }
|
||||
// if (day.length == 1) {
|
||||
// day = "0" + day;
|
||||
// }
|
||||
// const FSRQBUSS = year + "-" + month + "-" + day;
|
||||
// this.form["FSRQBUSS"] = FSRQBUSS
|
||||
//
|
||||
// }
|
||||
},
|
||||
},
|
||||
'form.country': {
|
||||
@@ -1204,6 +1206,26 @@
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
FSRQchange(){
|
||||
if(this.form.issueTime !== undefined && this.form.issueTime !== null && this.form.issueTime !== ''){
|
||||
let date = new Date(this.$moment(this.form.issueTime).format('YYYY-MM-DD'))
|
||||
|
||||
let year = date.getFullYear()+5;
|
||||
if(this.form.standSort === 'Q/QCBFC' || this.form.standSort === 'Q/FT X'){
|
||||
year = date.getFullYear()+3;
|
||||
}
|
||||
let month =(date.getMonth() + 1).toString();
|
||||
let day = (date.getDate()).toString();
|
||||
if (month.length == 1) {
|
||||
month = "0" + month;
|
||||
}
|
||||
if (day.length === 1) {
|
||||
day = "0" + day;
|
||||
}
|
||||
const FSRQBUSS = year + "-" + month + "-" + day;
|
||||
this.form["FSRQBUSS"] = FSRQBUSS
|
||||
}
|
||||
},
|
||||
regDate(data){
|
||||
if(this.form.DTQBBHBUSS !== undefined && this.form.DTQBBHBUSS !== null && this.form.DTQBBHBUSS.indexOf(data) !== -1){
|
||||
data = data + ' X'
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<div style="flex: auto;" v-show="active === '1'">
|
||||
<formList
|
||||
:form = "form"
|
||||
:isTrue="true"
|
||||
:isTrue="false"
|
||||
:FBGBUSSFileList = "FBGBUSSFileList"
|
||||
:LSBBBUSSFileList = "LSBBBUSSFileList"
|
||||
:BZSMBUSSFileList = "BZSMBUSSFileList"
|
||||
|
||||
@@ -1726,6 +1726,9 @@
|
||||
zrDeptIdName:this.$store.getters.userInfo.institutionName,
|
||||
children:[],
|
||||
};
|
||||
if(!this.form.modelData){
|
||||
this.form.modelData = []
|
||||
}
|
||||
this.form.modelData.push(list);
|
||||
this.$message.success("新增成功")
|
||||
this.showForm.modelNum = ""
|
||||
@@ -2915,7 +2918,7 @@
|
||||
if (valid) {
|
||||
this.$refs['formTongGuo'].validate((valid) => {
|
||||
if (valid) {
|
||||
if(this.form.modelData.length === 0){
|
||||
if(this.form.modelData === undefined || this.form.modelData.length === 0){
|
||||
this.opinionDialogVisible = true
|
||||
}else{
|
||||
this.commentTextHandle();
|
||||
|
||||
@@ -254,6 +254,7 @@
|
||||
</el-form>
|
||||
</div>
|
||||
<el-table
|
||||
v-loading = "loading"
|
||||
:data="standinfoList"
|
||||
tooltip-effect="dark"
|
||||
style="width: 100%"
|
||||
@@ -359,6 +360,7 @@ export default {
|
||||
props: ['message'],
|
||||
data(){
|
||||
return{
|
||||
loading:false,
|
||||
disabledXX:!!this.$route.query.disabledXX,
|
||||
formLoading:false,
|
||||
formRules: {
|
||||
@@ -459,6 +461,7 @@ export default {
|
||||
pageSize: this.pageSize,
|
||||
}, {
|
||||
_this: this,
|
||||
loading: "loading"
|
||||
}, res => {
|
||||
this.standinfoList = res.data.list
|
||||
//展示的数据只能是未开始的
|
||||
@@ -467,7 +470,7 @@ export default {
|
||||
// this.standinfoList.push(item)
|
||||
// }
|
||||
// })
|
||||
this.total = this.standinfoList.length
|
||||
this.total = res.data.count
|
||||
this.$nextTick(()=>{
|
||||
this.$refs.selection.doLayout()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user