Merge branch 'develop' into FOTON

This commit is contained in:
super_liu
2022-01-14 14:03:05 +08:00
27 changed files with 1322 additions and 1085 deletions
+10 -10
View File
@@ -514,7 +514,7 @@ export default {
} }
break; break;
case '3': case '3':
if (row.taskInfo === '责任部门对接人选择责任人') { if (row.taskInfo === '任务分发') {
this.$router.push({ this.$router.push({
name: 'bzzqyjStep2', name: 'bzzqyjStep2',
query: { query: {
@@ -525,7 +525,7 @@ export default {
prcType: row.prcType prcType: row.prcType
} }
}) })
} else if (row.taskInfo === '责任人反馈'){ } else if (row.taskInfo === '意见反馈'){
this.$router.push({ this.$router.push({
name: 'bzzqyjStep3', name: 'bzzqyjStep3',
query: { query: {
@@ -536,7 +536,7 @@ export default {
prcType: row.prcType prcType: row.prcType
} }
}) })
} else if (row.taskInfo === '责任部门对接人汇总并选择审批人') { } else if (row.taskInfo === '意见汇总报批') {
this.$router.push({ this.$router.push({
name: 'bzzqyjStep4', name: 'bzzqyjStep4',
query: { query: {
@@ -547,7 +547,7 @@ export default {
prcType: row.prcType prcType: row.prcType
} }
}) })
} else if (row.taskInfo === '审批人审批') { } else if (row.taskInfo === '意见审批(经理、研发副总裁)') {
this.$router.push({ this.$router.push({
name: 'bzzqyjStep4-1', name: 'bzzqyjStep4-1',
query: { query: {
@@ -558,7 +558,7 @@ export default {
prcType: row.prcType prcType: row.prcType
} }
}) })
} else if (row.taskInfo === '标准法规工程师分线审核') { } else if (row.taskInfo === '管理员(起草节点一个人)') {
this.$router.push({ this.$router.push({
name: 'bzzqyjStep4-2', name: 'bzzqyjStep4-2',
query: { query: {
@@ -569,7 +569,7 @@ export default {
prcType: row.prcType prcType: row.prcType
} }
}) })
} else if (row.taskInfo === '标准法规工程师汇总') { } else if (row.taskInfo === '意见处理') {
this.$router.push({ this.$router.push({
name: 'bzzqyjStep5', name: 'bzzqyjStep5',
query: { query: {
@@ -580,7 +580,7 @@ export default {
prcType: row.prcType prcType: row.prcType
} }
}) })
} else if (row.taskInfo === '责任人会签') { } else if (row.taskInfo === '会签(选择会签人部长)') {
this.$router.push({ this.$router.push({
name: 'bzzqyjStep6', name: 'bzzqyjStep6',
query: { query: {
@@ -591,7 +591,7 @@ export default {
prcType: row.prcType prcType: row.prcType
} }
}) })
} else if (row.taskInfo === '部长+对接人审核') { } else if (row.taskInfo === '审核(李部、会签人部长)') {
this.$router.push({ this.$router.push({
name: 'bzzqyjStep7', name: 'bzzqyjStep7',
query: { query: {
@@ -602,7 +602,7 @@ export default {
prcType: row.prcType prcType: row.prcType
} }
}) })
} else if (row.taskInfo === '技术委员会相关专委会主任/研究总院职能部门领导,技术管理中心主任审定' ) { } else if (row.taskInfo === '审定(阚主任、技术委员会相关专委会主任/研究总院职能部门领导)' ) {
this.$router.push({ this.$router.push({
name: 'bzzqyjStep8', name: 'bzzqyjStep8',
query: { query: {
@@ -613,7 +613,7 @@ export default {
prcType: row.prcType prcType: row.prcType
} }
}) })
} else if (row.taskInfo === '工程研究总院院长批准') { } else if (row.taskInfo === '批准(工程研究总院院长批准、标准法规主管副院长)') {
this.$router.push({ this.$router.push({
name: 'bzzqyjStep9', name: 'bzzqyjStep9',
query: { query: {
@@ -59,7 +59,6 @@
v-if="showOver" v-if="showOver"
>撤销申请</el-button> >撤销申请</el-button>
<el-button <el-button
type="primary"
size="small" size="small"
class="common-button-primary" class="common-button-primary"
icon="el-icon-s-promotion" icon="el-icon-s-promotion"
@@ -1715,8 +1715,9 @@ export default {
filterText(val) { filterText(val) {
this.$refs.tree.filter(val); this.$refs.tree.filter(val);
}, },
'form.standInData' : { 'form' : {
handler: function () { handler: function () {
console.log(this.form.standInData)
if(this.form.standInData === '1') { if(this.form.standInData === '1') {
this.rules.standYear[0].required = false; this.rules.standYear[0].required = false;
this.rules.standName[0].required = false this.rules.standName[0].required = false
@@ -44,7 +44,7 @@
</el-form-item> </el-form-item>
<el-form-item v-show="form.standInData === '0'" label="标准类别" prop="standSort" class="add-form-item form-item-disabled"> <el-form-item label="标准类别" prop="standSort" class="add-form-item form-item-disabled">
<el-select v-model="form.standSort" filterable placeholder="请选择标准类别"> <el-select v-model="form.standSort" filterable placeholder="请选择标准类别">
<el-option <el-option
v-for="item in standSortOptions" v-for="item in standSortOptions"
@@ -127,7 +127,7 @@
</el-radio-group> </el-radio-group>
<el-button @click="form.isRelateAccess = ''" v-show="form.isRelateAccess !== null>0" size="mini" type="primary" circle icon="el-icon-close" style="margin-left: 10px;margin-bottom: 3px"></el-button> <el-button @click="form.isRelateAccess = ''" v-show="form.isRelateAccess !== null>0" size="mini" type="primary" circle icon="el-icon-close" style="margin-left: 10px;margin-bottom: 3px"></el-button>
</el-form-item> </el-form-item>
<el-form-item label="标准体系" prop="standSystem" class="add-form-item form-item-disabled"> <el-form-item v-show="form.standInData=='0'" label="标准体系" prop="standSystem" class="add-form-item form-item-disabled">
<el-input v-model="form.standSystem" placeholder="选择标准体系" @click.native="choiceZRR1('standSystem', '标准体系', form.standSystem)"></el-input> <el-input v-model="form.standSystem" placeholder="选择标准体系" @click.native="choiceZRR1('standSystem', '标准体系', form.standSystem)"></el-input>
<tree-select-new <tree-select-new
:key="key" :key="key"
@@ -2661,7 +2661,7 @@ export default {
} }
} }
}, },
'form.standInData' : { 'form' : {
handler: function () { handler: function () {
if(this.form.standInData === '1') { if(this.form.standInData === '1') {
this.rules.standYear[0].required = false; this.rules.standYear[0].required = false;
@@ -2672,11 +2672,6 @@ export default {
} }
} }
}, },
form(val){
if(this.form){
}
}
} }
} }
</script> </script>
File diff suppressed because it is too large Load Diff
@@ -655,6 +655,7 @@
} }
}] }]
}, },
taskInfo:'总院标准法规部产品标准工程师发布',
loading: false, loading: false,
disabledState: true, disabledState: true,
userId:this.$store.getters.userInfo.userId, userId:this.$store.getters.userInfo.userId,
@@ -2389,6 +2390,7 @@
this.$refs['formTongGuo'].validate((valid) => { this.$refs['formTongGuo'].validate((valid) => {
if (valid) { if (valid) {
this.isSubmit = true this.isSubmit = true
this.saveLoading = true
this.form.commentText = this.formTongGuo.commentText this.form.commentText = this.formTongGuo.commentText
this.form.approvalOpinion = this.formTongGuo.approvalOpinion this.form.approvalOpinion = this.formTongGuo.approvalOpinion
this.form.topId = this.pId this.form.topId = this.pId
@@ -2404,6 +2406,7 @@
// this.$message.success(res.message) // this.$message.success(res.message)
// 流程提交之后,应该流转至待办任务页面 // 流程提交之后,应该流转至待办任务页面
this.isSubmit = false this.isSubmit = false
this.saveLoading = false
this.processCreateBuss(json) this.processCreateBuss(json)
// if(this.formTongGuo.approvalOpinion === '1'){ // if(this.formTongGuo.approvalOpinion === '1'){
// this.$message.warning("驳回成功") // this.$message.warning("驳回成功")
@@ -699,7 +699,7 @@
} }
}] }]
}, },
taskInfo:'', taskInfo:'企标编写汇总修订',
loading: false, loading: false,
disabledState: false, disabledState: false,
userId:this.$store.getters.userInfo.userId, userId:this.$store.getters.userInfo.userId,
@@ -2494,7 +2494,7 @@
pId: this.pId pId: this.pId
}).then(res => { }).then(res => {
if (res) { if (res) {
this.taskInfo = '企标汇总修订' this.taskInfo = '企标编写汇总修订'
const processForm = JSON.parse(res.mesg) const processForm = JSON.parse(res.mesg)
const dateArr = [] const dateArr = []
if(processForm.commentCycleStart && processForm.commentCycleEnd){ if(processForm.commentCycleStart && processForm.commentCycleEnd){
@@ -732,7 +732,7 @@
} }
}] }]
}, },
taskInfo: '', taskInfo: '会签征求意见',
loading: false, loading: false,
disabledState: true, disabledState: true,
userId:this.$store.getters.userInfo.userId, userId:this.$store.getters.userInfo.userId,
@@ -769,7 +769,7 @@
} }
}] }]
}, },
taskInfo:'', taskInfo:'意见汇总及标准修改',
loading: false, loading: false,
disabledState: false, disabledState: false,
userId:this.$store.getters.userInfo.userId, userId:this.$store.getters.userInfo.userId,
@@ -2584,7 +2584,7 @@
pId: this.pId pId: this.pId
}).then(res => { }).then(res => {
if (res) { if (res) {
this.taskInfo = '企标汇总修订' this.taskInfo = '意见汇总及标准修改'
const processForm = JSON.parse(res.mesg) const processForm = JSON.parse(res.mesg)
const dateArr = [] const dateArr = []
if(processForm.commentCycleStart && processForm.commentCycleEnd){ if(processForm.commentCycleStart && processForm.commentCycleEnd){
@@ -636,7 +636,7 @@
let Base64 = require('js-base64').Base64; let Base64 = require('js-base64').Base64;
export default { export default {
name: "bussLibraryProductC3", name: "bussLibraryProduct3",
components: { components: {
ProcessHeader, ProcessHeader,
ProcessFooter, ProcessFooter,
@@ -699,7 +699,7 @@
} }
}] }]
}, },
taskInfo:'', taskInfo:'重新企标编写汇总修订',
loading: false, loading: false,
disabledState: false, disabledState: false,
userId:this.$store.getters.userInfo.userId, userId:this.$store.getters.userInfo.userId,
@@ -719,7 +719,6 @@
XGDFileList: [], XGDFileList: [],
caFileList: [], caFileList: [],
FBGBJBDFileList: [], FBGBJBDFileList: [],
xgdFileList: [],
ZCWBLAWSFileList: [], ZCWBLAWSFileList: [],
GCWBLAWSFileList: [], GCWBLAWSFileList: [],
JDWJLAWSFileList: [], JDWJLAWSFileList: [],
@@ -2495,7 +2494,7 @@
pId: this.pId pId: this.pId
}).then(res => { }).then(res => {
if (res) { if (res) {
this.taskInfo = '企标汇总修订' this.taskInfo = '重新企标编写汇总修订'
const processForm = JSON.parse(res.mesg) const processForm = JSON.parse(res.mesg)
const dateArr = [] const dateArr = []
if(processForm.commentCycleStart && processForm.commentCycleEnd){ if(processForm.commentCycleStart && processForm.commentCycleEnd){
@@ -706,7 +706,7 @@
let Base64 = require('js-base64').Base64; let Base64 = require('js-base64').Base64;
export default { export default {
name: "bussLibraryProductC6", name: "bussLibraryProduct6",
components: { components: {
ProcessHeader, ProcessHeader,
ProcessFooter, ProcessFooter,
@@ -769,7 +769,7 @@
} }
}] }]
}, },
taskInfo:'', taskInfo:'重新意见汇总及标准修改',
loading: false, loading: false,
disabledState: false, disabledState: false,
userId:this.$store.getters.userInfo.userId, userId:this.$store.getters.userInfo.userId,
@@ -1095,7 +1095,8 @@
userType:'', // 选择用户ID判断 userType:'', // 选择用户ID判断
opinionsAdoptedOptions:[ opinionsAdoptedOptions:[
{value: '1',label: '采纳'}, {value: '1',label: '采纳'},
{value: '2',label: '不采纳'}, {value: '2',label: '部分采纳'},
{value: '3',label: '不采纳'},
], ],
countryOptions:[],//国家地区 countryOptions:[],//国家地区
standSortOptions: [], // 标准类别 standSortOptions: [], // 标准类别
@@ -2583,7 +2584,7 @@
pId: this.pId pId: this.pId
}).then(res => { }).then(res => {
if (res) { if (res) {
this.taskInfo = '企标汇总修订' this.taskInfo = '重新意见汇总及标准修改'
const processForm = JSON.parse(res.mesg) const processForm = JSON.parse(res.mesg)
const dateArr = [] const dateArr = []
if(processForm.commentCycleStart && processForm.commentCycleEnd){ if(processForm.commentCycleStart && processForm.commentCycleEnd){
@@ -562,7 +562,7 @@
</template> </template>
<script> <script>
import formList from './common/formList.vue' import formList from './common/formListIn.vue'
import ProcessHeader from '../../components/ProcessHeader' import ProcessHeader from '../../components/ProcessHeader'
import ProcessFooter from '../../components/ProcessFooter' import ProcessFooter from '../../components/ProcessFooter'
import ProcessTitle from '../../components/ProcessTitle' import ProcessTitle from '../../components/ProcessTitle'
File diff suppressed because it is too large Load Diff
@@ -228,8 +228,11 @@
<!-- 保存||提交--> <!-- 保存||提交-->
<ProcessFooter <ProcessFooter
v-show="verifySarStandard" v-show="verifySarStandard"
show-save
show-submit show-submit
:saveLoading="saveLoading"
:submitLoading="isSubmit" :submitLoading="isSubmit"
@save="handleSave"
@submit="handleSubmit" @submit="handleSubmit"
> >
</ProcessFooter> </ProcessFooter>
@@ -2215,19 +2218,14 @@
// _formData.append('id', this.bpnId) // _formData.append('id', this.bpnId)
_formData.append('createUser', this.$store.getters.userInfo.userId) _formData.append('createUser', this.$store.getters.userInfo.userId)
_formData.append('createUserName', this.$store.getters.userInfo.uName) _formData.append('createUserName', this.$store.getters.userInfo.uName)
_formData.append('prcType', 'laws1') _formData.append('prcType', 'buss1')
_formData.append('prcName', '政策入库流程') _formData.append('prcName', '企标制修订-技术标准')
_formData.append('json', JSON.stringify({ _formData.append('json', JSON.stringify({
// prcForm: this.prcForm, prcNum:this.prcNum,
// sarAccessInfoList: this.sarAccessInfoList, taskInfo: '主起草人培训',
// sarAccessInfoListADMIN: this.sarAccessInfoListADMIN,
// bzqdForm: this.bzqdForm,
// listInfo: this.listInfo,
// id: this.id
taskInfo: '申请人发起',
form: this.form, form: this.form,
roleForm: this.roleForm, roleForm: this.roleForm,
commentText: this.commentText commentText: this.formTongGuo.commentText
})) }))
saveTaskFirst(_formData).then(res => { saveTaskFirst(_formData).then(res => {
this.saveLoading = false this.saveLoading = false
@@ -229,8 +229,11 @@
<!-- 保存||提交--> <!-- 保存||提交-->
<ProcessFooter <ProcessFooter
v-show="verifySarStandard" v-show="verifySarStandard"
show-save
show-submit show-submit
:saveLoading="saveLoading"
:submitLoading="isSubmit" :submitLoading="isSubmit"
@save="handleSave"
@submit="handleSubmit" @submit="handleSubmit"
> >
</ProcessFooter> </ProcessFooter>
@@ -2198,19 +2201,14 @@
// _formData.append('id', this.bpnId) // _formData.append('id', this.bpnId)
_formData.append('createUser', this.$store.getters.userInfo.userId) _formData.append('createUser', this.$store.getters.userInfo.userId)
_formData.append('createUserName', this.$store.getters.userInfo.uName) _formData.append('createUserName', this.$store.getters.userInfo.uName)
_formData.append('prcType', 'laws1') _formData.append('prcType', 'buss1')
_formData.append('prcName', '政策入库流程') _formData.append('prcName', '企标制修订-技术标准')
_formData.append('json', JSON.stringify({ _formData.append('json', JSON.stringify({
// prcForm: this.prcForm, prcNum:this.prcNum,
// sarAccessInfoList: this.sarAccessInfoList, taskInfo: '标准法规部标准化工程师发布',
// sarAccessInfoListADMIN: this.sarAccessInfoListADMIN,
// bzqdForm: this.bzqdForm,
// listInfo: this.listInfo,
// id: this.id
taskInfo: '申请人发起',
form: this.form, form: this.form,
roleForm: this.roleForm, roleForm: this.roleForm,
commentText: this.commentText commentText: this.formTongGuo.commentText
})) }))
saveTaskFirst(_formData).then(res => { saveTaskFirst(_formData).then(res => {
this.saveLoading = false this.saveLoading = false
@@ -2226,7 +2226,7 @@
} }
}, },
handleSubmit() { handleSubmit() {
this.getRule() // this.getRule()
// const val= this.form.country; // const val= this.form.country;
// if (val !== '' && val !== null && typeof (val) !== 'undefined') { // if (val !== '' && val !== null && typeof (val) !== 'undefined') {
// if (val instanceof Array) { // if (val instanceof Array) {
@@ -701,7 +701,7 @@
} }
}] }]
}, },
taskInfo:'', taskInfo:'企标编写汇总修订',
loading: false, loading: false,
disabledState: false, disabledState: false,
userId:this.$store.getters.userInfo.userId, userId:this.$store.getters.userInfo.userId,
@@ -2400,7 +2400,7 @@
} }
}, },
handleSubmit() { handleSubmit() {
this.getRule() // this.getRule()
// const val= this.form.country; // const val= this.form.country;
// if (val !== '' && val !== null && typeof (val) !== 'undefined') { // if (val !== '' && val !== null && typeof (val) !== 'undefined') {
// if (val instanceof Array) { // if (val instanceof Array) {
@@ -2519,7 +2519,6 @@
pId: this.pId pId: this.pId
}).then(res => { }).then(res => {
if (res) { if (res) {
this.taskInfo = '企标汇总修订'
const processForm = JSON.parse(res.mesg) const processForm = JSON.parse(res.mesg)
const dateArr = [] const dateArr = []
if(processForm.commentCycleStart && processForm.commentCycleEnd){ if(processForm.commentCycleStart && processForm.commentCycleEnd){
@@ -906,7 +906,7 @@
} }
}] }]
}, },
taskInfo: '', taskInfo: '会签征求意见',
loading: false, loading: false,
disabledState: true, disabledState: true,
userId:this.$store.getters.userInfo.userId, userId:this.$store.getters.userInfo.userId,
@@ -2750,7 +2750,6 @@
pId: this.pId pId: this.pId
}).then(res => { }).then(res => {
if (res) { if (res) {
this.taskInfo = '会签征求意见'
const processForm = JSON.parse(res.mesg) const processForm = JSON.parse(res.mesg)
const dateArr = [] const dateArr = []
if(processForm.commentCycleStart && processForm.commentCycleEnd){ if(processForm.commentCycleStart && processForm.commentCycleEnd){
@@ -933,7 +933,7 @@
} }
}] }]
}, },
taskInfo:'', taskInfo:'技术委员会评审/评审意见修改评审',
loading: false, loading: false,
disabledState: false, disabledState: false,
userId:this.$store.getters.userInfo.userId, userId:this.$store.getters.userInfo.userId,
@@ -2897,7 +2897,6 @@
pId: this.pId pId: this.pId
}).then(res => { }).then(res => {
if (res) { if (res) {
this.taskInfo = '企标汇总修订'
const processForm = JSON.parse(res.mesg) const processForm = JSON.parse(res.mesg)
const dateArr = [] const dateArr = []
if(processForm.commentCycleStart && processForm.commentCycleEnd){ if(processForm.commentCycleStart && processForm.commentCycleEnd){
@@ -769,7 +769,7 @@
}, },
loading: false, loading: false,
disabledState: true, disabledState: true,
taskInfo:'标准法规工程师复审', taskInfo:'标准法规部标准化工程师复审',
userId:this.$store.getters.userInfo.userId, userId:this.$store.getters.userInfo.userId,
taskIds: this.$route.query.taskIds, taskIds: this.$route.query.taskIds,
pId: this.$route.query.prcId, pId: this.$route.query.prcId,
@@ -589,7 +589,7 @@
}, },
loading: false, loading: false,
drawerModal: false, drawerModal: false,
taskInfo:'技术委员会负责人/起草中心主任审核', taskInfo:'起草单位高级经理审核',
assigneeNewLoading: false, assigneeNewLoading: false,
disabledState: true, disabledState: true,
userId:this.$store.getters.userInfo.userId, userId:this.$store.getters.userInfo.userId,
@@ -768,7 +768,7 @@
}, },
loading: false, loading: false,
drawerModal: false, drawerModal: false,
taskInfo:'标准法规部部长审核', taskInfo:'标准法规部高级经理审核',
assigneeNewLoading: false, assigneeNewLoading: false,
disabledState: true, disabledState: true,
userId:this.$store.getters.userInfo.userId, userId:this.$store.getters.userInfo.userId,
@@ -701,7 +701,7 @@
} }
}] }]
}, },
taskInfo:'', taskInfo:'重新企标编写汇总修订',
loading: false, loading: false,
disabledState: false, disabledState: false,
userId:this.$store.getters.userInfo.userId, userId:this.$store.getters.userInfo.userId,
@@ -2519,7 +2519,6 @@
pId: this.pId pId: this.pId
}).then(res => { }).then(res => {
if (res) { if (res) {
this.taskInfo = '企标汇总修订'
const processForm = JSON.parse(res.mesg) const processForm = JSON.parse(res.mesg)
const dateArr = [] const dateArr = []
if(processForm.commentCycleStart && processForm.commentCycleEnd){ if(processForm.commentCycleStart && processForm.commentCycleEnd){
@@ -933,7 +933,7 @@
} }
}] }]
}, },
taskInfo:'', taskInfo:'重新技术委员会评审/评审意见修改评审',
loading: false, loading: false,
disabledState: false, disabledState: false,
userId:this.$store.getters.userInfo.userId, userId:this.$store.getters.userInfo.userId,
@@ -2897,7 +2897,6 @@
pId: this.pId pId: this.pId
}).then(res => { }).then(res => {
if (res) { if (res) {
this.taskInfo = '企标汇总修订'
const processForm = JSON.parse(res.mesg) const processForm = JSON.parse(res.mesg)
const dateArr = [] const dateArr = []
if(processForm.commentCycleStart && processForm.commentCycleEnd){ if(processForm.commentCycleStart && processForm.commentCycleEnd){
@@ -233,6 +233,9 @@ export default {
}else if(prcType === 'buss1'){ }else if(prcType === 'buss1'){
//企标入库 //企标入库
this.toProcessDetail('bussLibraryDetail',row) this.toProcessDetail('bussLibraryDetail',row)
}else if(prcType === 'buss2'){
//企标入库
this.toProcessDetail('bussLibraryProductDetail',row)
}else if(prcType === '4'){ }else if(prcType === '4'){
//标准清单发布流程数据 //标准清单发布流程数据
this.toProcessDetail('bzqdfbStep1-4',row) this.toProcessDetail('bzqdfbStep1-4',row)
@@ -62,7 +62,7 @@
</el-form-item> </el-form-item>
<el-form-item label="责任部门" class="search-item" prop="responseUnit"> <el-form-item label="责任部门" class="search-item" prop="responseUnit">
<el-input <el-input
v-model="standardForm.responseUnit" v-model="standardForm.zrbm"
placeholder="请输入责任部门" placeholder="请输入责任部门"
> >
</el-input> </el-input>
@@ -284,20 +284,11 @@
</el-select> </el-select>
</el-form-item> </el-form-item>
<el-form-item label="责任部门"> <el-form-item label="责任部门">
<el-select <el-input
class="showBox" v-model="standardForm.zrbm"
v-model="standardFormList.zrbm" placeholder="请输入责任部门"
placeholder="请选择"
filterable
size="small"
> >
<el-option </el-input>
v-for="item in zrbmOptions"
:value="item.value"
:key="item.value"
:label="item.label"
/>
</el-select>
</el-form-item> </el-form-item>
<el-form-item label="适用产品线"> <el-form-item label="适用产品线">
<el-select <el-select
@@ -668,11 +659,11 @@ export default {
}, },
pageChange(page) { pageChange(page) {
this.standardForm.page = page; this.standardForm.page = page;
// this.selectInfobyAccid(); this.selectInfobyAccid();
}, },
pageSizeChange(pageSize) { pageSizeChange(pageSize) {
this.standardForm.Size = this.$store.getters.userInfo.configContent; this.standardForm.Size = this.$store.getters.userInfo.configContent;
// this.selectInfobyAccid(); this.selectInfobyAccid();
}, },
// 请求部门结构树 // 请求部门结构树
getOrgTreeSource() { getOrgTreeSource() {
@@ -3305,7 +3305,7 @@ export default {
if (nowstandinfo.firstPutTime != null && nowstandinfo.firstPutTime !== '') { if (nowstandinfo.firstPutTime != null && nowstandinfo.firstPutTime !== '') {
nowstandinfo.firstPutTime = this.$dateFormat(this.sarBussionessStandEO.firstPutTime, 'yyyy-MM-dd hh:mm:ss') nowstandinfo.firstPutTime = this.$dateFormat(this.sarBussionessStandEO.firstPutTime, 'yyyy-MM-dd hh:mm:ss')
} }
nowstandinfo.standCode = nowstandinfo.standSort + ' ' + nowstandinfo.standNumber + ( nowstandinfo.standYear === '' ? '' : '-' + nowstandinfo.standYear) nowstandinfo.standCode = nowstandinfo.standSort + nowstandinfo.standNumber + ( nowstandinfo.standYear === '' ? '' : '-' + nowstandinfo.standYear)
this.$http.postData('lawss/sarBussionessStand/updateSarBussionessStand', nowstandinfo, { this.$http.postData('lawss/sarBussionessStand/updateSarBussionessStand', nowstandinfo, {
_this: this, _this: this,
loading: 'isSubmit' loading: 'isSubmit'