Commit 195b4066 by 薛文刚

bug

parent b3276302
......@@ -83,7 +83,7 @@ export default {
}
</script>
<style lang="scss">
<style lang="scss" scoped>
#diy_message {
.dialog-title {
display: flex;
......
......@@ -255,7 +255,7 @@
<el-button type="text"
size="small"
v-show="scope.row['laywsjzt']=='02'"
@click="toLasxxg(scope.row['asjbh'],'lasxxg')">立案受限修改</el-button>
@click="toLasxxg(scope.row['asjbh'],'lasxxg','bj')">立案受限修改</el-button>
<!--
<el-button type="text" size="small" v-show="scope.row['laywsjzt']=='03'||scope.row['shflag']=='0'">查看审批详情</el-button>
-->
......@@ -277,7 +277,7 @@
<el-button type="text"
size="small"
v-show="scope.row['laywsjzt']=='02'"
@click="toLasxxg(scope.row['asjbh'],'jasxxg')">积案立案受限修改</el-button>
@click="toLasxxg(scope.row['asjbh'],'jasxxg','bj')">积案立案受限修改</el-button>
<!--
<el-button type="text" size="small" v-show="scope.row['laywsjzt']=='03'||scope.row['shflag']=='0'">查看审批详情</el-button>
-->
......@@ -811,11 +811,11 @@ export default {
});
window.open(routeData.href, "_blank");
},
toLasxxg (asjbh, type) {
toLasxxg (asjbh, type, type2) {
debugger
let routeData = this.$router.resolve({
path: "/malasxmodify",
query: { asjbh: asjbh, type: type }
query: { asjbh: asjbh, type: type, type2 }
});
window.open(routeData.href, "_blank");
},
......
......@@ -689,7 +689,7 @@ export default {
}
}
}
self.doQueryRequests(params, 'ajDetail/doUpdateBqcxInfo').then(res => {
self.doQueryRequests(params, '/ajDetail/doUpdateBqcxInfo').then(res => {
if (res.data.code == '200') {
self.$confirm('申请成功!', '提示', {
confirmButtonText: '确定',
......
......@@ -2529,6 +2529,12 @@ export default {
tqShuju (item) {
debugger
var self = this;
self.qjLoading = this.$loading({
lock: true,
text: "正在提取...",
spinner: "el-icon-loading",
background: "rgba(255, 255, 255, 0.7)"
});
var asjbh = this.formLabelAlign["asjbh"];
var bhrNum = this.formLabelAlign.bhrxx.length
var xyrNum = this.formLabelAlign.fzxyr.length
......@@ -2545,6 +2551,7 @@ export default {
/*this.getBhrShuju(res);*/
debugger
this.showAllLists(res, "bhr", bhrNum);
self.qjLoading.close();
} else {
this.$message({
showClose: true,
......@@ -2555,7 +2562,7 @@ export default {
self.formLabelAlign[
self.propFormField[3].data[0].childrenAsAdd[0].id
] = [];
this.qjLoading2.close();
}
})
.catch(err => {
......@@ -2652,8 +2659,7 @@ export default {
getRyckZps (arr, num) {
debugger
let self = this, forData = {};
for (let i = num; i < arr.length - num; i++) {
for (let i = num; i < arr.length; i++) {
let sfzh =
arr[i].bhrCyzjZjhm != undefined
? arr[i].bhrCyzjZjhm
......@@ -2686,7 +2692,7 @@ export default {
obj.src1 = response.data.data.xp;
self.$set(self.zpFileLists, i, obj);
self.$set(self.saveCkXX, self.saveCkXX.length, response.data.data);
self.saveCkXX[self.saveCkXX.length]['asjxgrybh'] = self.formLabelAlign["fzxyr"][i].zhfzxyrAsjxgrybh;
self.saveCkXX[self.saveCkXX.length - 1]['asjxgrybh'] = self.formLabelAlign["fzxyr"][i].zhfzxyrAsjxgrybh;
for (let ckIndex in response.data.data) {
if (
response.data.data[ckIndex] != "" &&
......@@ -5927,7 +5933,7 @@ export default {
mounted () {
//初始化就调用字典的接口
let self = this;
if (self.sxxgType == "jasxxg" || self.sxxgType == "lasxxg") {
if (self.$route.query.type2) {
//受限修改页面
let i = 0;
self.propFormField.forEach(val => {
......
......@@ -572,7 +572,7 @@ export default {
},
{
name: "作案手段:",
id: "zczjZasddm",
id: "tssddm",
type: "codeTree",
props: [],//字典弹框需要的字段
value: "",
......@@ -592,7 +592,7 @@ export default {
},
{
name: "破案手段:",
id: "zczjPasddm",
id: "pasddm",
type: "codeTree",
props: [],//字典弹框需要的字段
value: "",
......
......@@ -569,7 +569,7 @@ export default {
},
{
name: "作案手段:",
id: "zczjZasddm",
id: "tssddm",
type: "codeTree",
props: [],//字典弹框需要的字段
value: "",
......@@ -589,7 +589,7 @@ export default {
},
{
name: "破案手段:",
id: "zczjPasddm",
id: "pasddm",
type: "codeTree",
props: [],//字典弹框需要的字段
value: "",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment