feat: There is no way the, 延期企标信息,打回之后再次发起页面,企标类别带不出来
This commit is contained in:
@@ -324,6 +324,7 @@
|
|||||||
<el-button :disabled="disabledXX" type="primary" size="mini" @click="OkDrawer">带入</el-button>
|
<el-button :disabled="disabledXX" type="primary" size="mini" @click="OkDrawer">带入</el-button>
|
||||||
</div>
|
</div>
|
||||||
</el-drawer>
|
</el-drawer>
|
||||||
|
<loading :loading="formLoading">数据加载中...</loading>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -338,6 +339,7 @@ export default {
|
|||||||
props: ['message'],
|
props: ['message'],
|
||||||
data(){
|
data(){
|
||||||
return{
|
return{
|
||||||
|
formLoading: false,
|
||||||
disabledXX:!!this.$route.query.disabledXX,
|
disabledXX:!!this.$route.query.disabledXX,
|
||||||
formRules: {
|
formRules: {
|
||||||
bussSort: [
|
bussSort: [
|
||||||
@@ -390,9 +392,11 @@ export default {
|
|||||||
// this.qbfsForm = {}
|
// this.qbfsForm = {}
|
||||||
// }
|
// }
|
||||||
//查询下拉框数据
|
//查询下拉框数据
|
||||||
|
this.formLoading = true
|
||||||
this.$http.get('sys/dictype/getDicTypeListCode', '',{
|
this.$http.get('sys/dictype/getDicTypeListCode', '',{
|
||||||
_this: this
|
_this: this
|
||||||
}, res => {
|
}, res => {
|
||||||
|
this.formLoading = false
|
||||||
this.cbcdOptions = res.data.DEGREESTANDARD //采标程度
|
this.cbcdOptions = res.data.DEGREESTANDARD //采标程度
|
||||||
this.BZList = res.data.ENERGYTYPES //标准范围
|
this.BZList = res.data.ENERGYTYPES //标准范围
|
||||||
this.standSortOptions = res.data.BUSSSTANDCLASS // 标准类别
|
this.standSortOptions = res.data.BUSSSTANDCLASS // 标准类别
|
||||||
|
|||||||
@@ -340,6 +340,7 @@
|
|||||||
<el-button type="primary" size="mini" @click="OkDrawer">带入</el-button>
|
<el-button type="primary" size="mini" @click="OkDrawer">带入</el-button>
|
||||||
</div>
|
</div>
|
||||||
</el-drawer>
|
</el-drawer>
|
||||||
|
<loading :loading="formLoading">数据加载中...</loading>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -354,6 +355,7 @@ export default {
|
|||||||
props: ['message'],
|
props: ['message'],
|
||||||
data(){
|
data(){
|
||||||
return{
|
return{
|
||||||
|
formLoading:false,
|
||||||
disabledXX:!!this.$route.query.disabledXX,
|
disabledXX:!!this.$route.query.disabledXX,
|
||||||
BZList: [],
|
BZList: [],
|
||||||
cbcdOptions: [],
|
cbcdOptions: [],
|
||||||
@@ -412,9 +414,11 @@ export default {
|
|||||||
// this.qbfsForm = {}
|
// this.qbfsForm = {}
|
||||||
// }
|
// }
|
||||||
//查询下拉框数据
|
//查询下拉框数据
|
||||||
|
this.formLoading = true
|
||||||
this.$http.get('sys/dictype/getDicTypeListCode', '',{
|
this.$http.get('sys/dictype/getDicTypeListCode', '',{
|
||||||
_this: this
|
_this: this
|
||||||
}, res => {
|
}, res => {
|
||||||
|
this.formLoading = false
|
||||||
this.BZList = res.data.ENERGYTYPES //标准范围
|
this.BZList = res.data.ENERGYTYPES //标准范围
|
||||||
this.standSortOptions = res.data.BUSSSTANDCLASS // 标准类别
|
this.standSortOptions = res.data.BUSSSTANDCLASS // 标准类别
|
||||||
this.cbcdOptions = res.data.DEGREESTANDARD //采标程度
|
this.cbcdOptions = res.data.DEGREESTANDARD //采标程度
|
||||||
|
|||||||
@@ -410,6 +410,7 @@
|
|||||||
:nodeList="nodeListZRBM"
|
:nodeList="nodeListZRBM"
|
||||||
@checkedRole="drawerCheckZRBM"
|
@checkedRole="drawerCheckZRBM"
|
||||||
/>
|
/>
|
||||||
|
<loading :loading="formLoading">数据加载中...</loading>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -443,6 +444,7 @@ export default {
|
|||||||
};
|
};
|
||||||
return {
|
return {
|
||||||
disabledXX:!!this.$route.query.disabledXX,
|
disabledXX:!!this.$route.query.disabledXX,
|
||||||
|
formLoading:false,
|
||||||
workModel: false,
|
workModel: false,
|
||||||
workSearch: {
|
workSearch: {
|
||||||
workGroupName: "",
|
workGroupName: "",
|
||||||
@@ -572,9 +574,11 @@ export default {
|
|||||||
// this.qbfsForm = {}
|
// this.qbfsForm = {}
|
||||||
// }
|
// }
|
||||||
//查询下拉框数据
|
//查询下拉框数据
|
||||||
|
this.formLoading = true
|
||||||
this.$http.get('sys/dictype/getDicTypeListCode', '',{
|
this.$http.get('sys/dictype/getDicTypeListCode', '',{
|
||||||
_this: this
|
_this: this
|
||||||
}, res => {
|
}, res => {
|
||||||
|
this.formLoading = false
|
||||||
this.cbcdOptions = res.data.DEGREESTANDARD //采标程度
|
this.cbcdOptions = res.data.DEGREESTANDARD //采标程度
|
||||||
this.BZList = res.data.ENERGYTYPES //适用车型
|
this.BZList = res.data.ENERGYTYPES //适用车型
|
||||||
// this.standSortOptions = res.data.BUSSSTANDCLASS // 标准类别
|
// this.standSortOptions = res.data.BUSSSTANDCLASS // 标准类别
|
||||||
|
|||||||
@@ -561,6 +561,7 @@
|
|||||||
@checkedRole="checkedRole"
|
@checkedRole="checkedRole"
|
||||||
:nodeList="nodeList"
|
:nodeList="nodeList"
|
||||||
></Role-tree>
|
></Role-tree>
|
||||||
|
<loading :loading="formLoading">数据加载中...</loading>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -582,6 +583,7 @@ export default {
|
|||||||
data(){
|
data(){
|
||||||
return {
|
return {
|
||||||
disabledXX:!!this.$route.query.disabledXX,
|
disabledXX:!!this.$route.query.disabledXX,
|
||||||
|
formLoading:false,
|
||||||
workModel: false,
|
workModel: false,
|
||||||
workSearch: {
|
workSearch: {
|
||||||
workGroupName: "",
|
workGroupName: "",
|
||||||
@@ -721,9 +723,11 @@ export default {
|
|||||||
// this.qbfsForm = {}
|
// this.qbfsForm = {}
|
||||||
// }
|
// }
|
||||||
//查询下拉框数据
|
//查询下拉框数据
|
||||||
|
this.formLoading = true
|
||||||
this.$http.get('sys/dictype/getDicTypeListCode', '',{
|
this.$http.get('sys/dictype/getDicTypeListCode', '',{
|
||||||
_this: this
|
_this: this
|
||||||
}, res => {
|
}, res => {
|
||||||
|
this.formLoading = false
|
||||||
this.cbcdOptions = res.data.DEGREESTANDARD //采标程度
|
this.cbcdOptions = res.data.DEGREESTANDARD //采标程度
|
||||||
this.BZList = res.data.ENERGYTYPES //适用车型
|
this.BZList = res.data.ENERGYTYPES //适用车型
|
||||||
this.standSortOptions = res.data.BUSSSTANDCLASS // 标准类别
|
this.standSortOptions = res.data.BUSSSTANDCLASS // 标准类别
|
||||||
|
|||||||
@@ -331,6 +331,7 @@
|
|||||||
<el-button :disabled="disabledXX" type="primary" size="mini" @click="OkDrawer">带入</el-button>
|
<el-button :disabled="disabledXX" type="primary" size="mini" @click="OkDrawer">带入</el-button>
|
||||||
</div>
|
</div>
|
||||||
</el-drawer>
|
</el-drawer>
|
||||||
|
<loading :loading="formLoading">数据加载中...</loading>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -346,6 +347,7 @@ export default {
|
|||||||
data(){
|
data(){
|
||||||
return{
|
return{
|
||||||
disabledXX:!!this.$route.query.disabledXX,
|
disabledXX:!!this.$route.query.disabledXX,
|
||||||
|
formLoading:false,
|
||||||
formRules: {
|
formRules: {
|
||||||
bussSort: [
|
bussSort: [
|
||||||
{ required: true, message: "请选择企标类别", trigger: "blur" }
|
{ required: true, message: "请选择企标类别", trigger: "blur" }
|
||||||
@@ -399,9 +401,11 @@ export default {
|
|||||||
// if(this.qbfsForm.passFlag){
|
// if(this.qbfsForm.passFlag){
|
||||||
// this.qbfsForm = {}
|
// this.qbfsForm = {}
|
||||||
// }
|
// }
|
||||||
|
this.formLoading = true
|
||||||
this.$http.get('sys/dictype/getDicTypeListCode', '',{
|
this.$http.get('sys/dictype/getDicTypeListCode', '',{
|
||||||
_this: this
|
_this: this
|
||||||
}, res => {
|
}, res => {
|
||||||
|
this.formLoading = false
|
||||||
this.cbcdOptions = res.data.DEGREESTANDARD //采标程度
|
this.cbcdOptions = res.data.DEGREESTANDARD //采标程度
|
||||||
this.BZList = res.data.ENERGYTYPES //标准范围
|
this.BZList = res.data.ENERGYTYPES //标准范围
|
||||||
this.standSortOptions = res.data.BUSSSTANDCLASS // 标准类别
|
this.standSortOptions = res.data.BUSSSTANDCLASS // 标准类别
|
||||||
|
|||||||
@@ -409,6 +409,24 @@ export default {
|
|||||||
break
|
break
|
||||||
}
|
}
|
||||||
this.qbfsForm = item.qbfsForm || item;
|
this.qbfsForm = item.qbfsForm || item;
|
||||||
|
if (this.qbfsForm.bussSort) {
|
||||||
|
if(this.qbfsForm.bussSort instanceof Array){
|
||||||
|
this.qbfsForm.bussSort = this.qbfsForm.bussSort[0]
|
||||||
|
}else {
|
||||||
|
let val = this.qbfsForm.bussSort.replace('//',"").replace('["',"").replace('"]',"").toString()
|
||||||
|
if (val !== '' && val !== null && typeof (val) !== 'undefined') {
|
||||||
|
if (val instanceof Array) {
|
||||||
|
this.qbfsForm.bussSort = this.form.bussSort.join(",")[0];
|
||||||
|
} else {
|
||||||
|
this.qbfsForm.bussSort = val
|
||||||
|
}
|
||||||
|
} else if (val === '') {
|
||||||
|
this.qbfsForm.bussSort = ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
this.qbfsForm.bussSort = ""
|
||||||
|
}
|
||||||
this.formLoading = false;
|
this.formLoading = false;
|
||||||
this.commentText = item.commentText
|
this.commentText = item.commentText
|
||||||
this.roleForm.dockUser = item.dockUser || item.roleForm.dockUser;
|
this.roleForm.dockUser = item.dockUser || item.roleForm.dockUser;
|
||||||
|
|||||||
Reference in New Issue
Block a user