commit
This commit is contained in:
@@ -264,6 +264,11 @@ export default {
|
||||
_this: this,
|
||||
loading: 'replaceLoading'
|
||||
}, res => {
|
||||
res.data.list.map(item => {
|
||||
if (!item.issueTime) {
|
||||
item.issueTime = ''
|
||||
}
|
||||
})
|
||||
this.replaceLawsNumRow = res.data.list
|
||||
this.replaceTotal = res.data.count
|
||||
if (this.selectedListRep.length !== 0) {
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
style="position:absolute;top: 10px;right: 0;"
|
||||
@click="selectLaws"
|
||||
v-if="(processModel && !disabled) || !processModel"
|
||||
>手动查找</el-button>
|
||||
>手动查找123</el-button>
|
||||
</el-form-item>
|
||||
<el-dialog
|
||||
:title="config.attrName"
|
||||
@@ -258,6 +258,11 @@ export default {
|
||||
_this: this,
|
||||
loading: 'replaceLoading'
|
||||
}, res => {
|
||||
res.data.list.map(item => {
|
||||
if (!item.issueTime) {
|
||||
item.issueTime = ''
|
||||
}
|
||||
})
|
||||
this.replaceLawsNumRow = res.data.list
|
||||
this.replaceTotal = res.data.count
|
||||
if (this.selectedListRep.length !== 0) {
|
||||
|
||||
@@ -472,8 +472,7 @@
|
||||
</el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item title="“计划修订”、“修订中”均为现行有效版本;“已修订”标准的有效性根据实际实施情况判定。"
|
||||
prop="textStatus" label-width="150px" class="add-form-item">
|
||||
<el-form-item prop="textStatus" label-width="150px" class="add-form-item">
|
||||
<template slot="label">文本状态</template>
|
||||
<el-select v-model="sarStandardsInfoEO.textStatus"
|
||||
placeholder="请选择文本状态"
|
||||
@@ -687,7 +686,7 @@
|
||||
:config="field"
|
||||
v-if="field.attrField !== 'BDTBZBH'"
|
||||
v-model="sarStandardsInfoEO[field.attrField]"
|
||||
:disabled="formdisableflag"
|
||||
:disabled="true"
|
||||
></custom-input>
|
||||
</template>
|
||||
</template>
|
||||
|
||||
@@ -1145,6 +1145,7 @@
|
||||
},
|
||||
addDrawerClose () {
|
||||
this.addDrawer = false
|
||||
this.LXDList = []
|
||||
},
|
||||
addData () {
|
||||
this.addDrawerTitle = '新增'
|
||||
@@ -1285,7 +1286,6 @@
|
||||
}
|
||||
this.addForm.LXDName = fileName1
|
||||
this.LXDList=this.assemble(command[0].lxd,fileName1)
|
||||
console.log(this.LXDList)
|
||||
if (typeof (this.addForm.area) === 'string') {
|
||||
this.addForm.area = command[0].area.split(',')
|
||||
}
|
||||
@@ -1327,7 +1327,6 @@
|
||||
}
|
||||
this.addForm.LXDName = fileName
|
||||
this.LXDList=this.assemble(command[0].lxd,fileName);
|
||||
console.log(this.LXDList)
|
||||
if (typeof (this.addForm.area) === 'string') {
|
||||
this.addForm.area = command[0].area.split(',')
|
||||
}
|
||||
@@ -1336,12 +1335,13 @@
|
||||
},
|
||||
assemble(ids,names){
|
||||
let list= new Array();
|
||||
let idArray=ids.split(',');
|
||||
let nameArray=names.split(',');
|
||||
for(let i=0; i<idArray.length; i++){
|
||||
list.push({id:idArray[i],name:nameArray[i]});
|
||||
if (ids) {
|
||||
let idArray=ids.split(',');
|
||||
for(let i=0; i<idArray.length; i++){
|
||||
list.push({id:idArray[i],name:nameArray[i]});
|
||||
}
|
||||
}
|
||||
|
||||
return list;
|
||||
},
|
||||
getData () {
|
||||
|
||||
@@ -971,8 +971,7 @@
|
||||
</el-option>
|
||||
</el-select>
|
||||
</el-form-item>-->
|
||||
<el-form-item title="“计划修订”、“修订中”均为现行有效版本;“已修订”标准的有效性根据实际实施情况判定。"
|
||||
prop="standState" label-width="150px" class="add-form-item">
|
||||
<el-form-item prop="standState" label-width="150px" class="add-form-item">
|
||||
<template slot="label">文本状态</template>
|
||||
<el-select v-model="sarStandardsInfoEO.textStatus"
|
||||
placeholder="请选择文本状态"
|
||||
|
||||
Reference in New Issue
Block a user