Commit 5902fca6 by chenqiang

案件标注分页

parent 8f12a7a3
......@@ -577,6 +577,7 @@
>
<el-button
type="warning"
v-if="isCheck != 'Check'"
@click="nextStrip"
>下一条</el-button
>
......@@ -951,7 +952,9 @@ export default {
methods: {
// 筛选变色
showDate(val, keyword) {
console.log(val);
let _self = this;
console.log(keyword);
val = val + "";
if (val.indexOf(keyword) !== -1 && keyword !== "") {
return val.replace(
......@@ -973,6 +976,7 @@ export default {
// this.$set(this.formData, "limit", "1");
// this.$set(this.formData, "page", this.i++);
// this.$set(this.formData, "bzzt", 2);
// console.log(this.formData, "bzzt", "2");
this.ajxzlbDmStr = ''
this.ajzlbDmStr = ''
this.doQuery("yes");
......@@ -1021,6 +1025,7 @@ export default {
self.getQuerys();
self.query();
self.getBz();
console.log("asjbh", self.asjbh);
getZbfzxyrxxList({
asjbh: self.asjbh,
}).then((res) => {
......@@ -1039,6 +1044,7 @@ export default {
self.barList = res.data.rows;
self.barLoading = false;
});
console.log("asjbh", self.asjbh);
self.loading.close();
if(response.data.total == 0) {
self.$alert("当前是最后一条案件!", "提示", {
......@@ -1287,6 +1293,7 @@ export default {
});
},
addButton() {
console.log(111);
this.formLabelAlign2.push({
gjc: "",
bshxq: "",
......@@ -1328,6 +1335,7 @@ export default {
this.ajmc = res.data.rows.ajmc;
// this.listBsh = JSON.parse(JSON.stringify(res.data.listBsh));
this.listBsh = JSON.stringify(res.data.listBsh);
console.log("1");
this.ajlbdm_dm = res.data.rows.ajlbdm;
this.getQuery();
this.getQuerys();
......@@ -1361,6 +1369,7 @@ export default {
asjbh: this.asjbh,
}).then((res) => {
this.xyrList1 = res.data.rows;
console.log(this.xyrList1, "1765111");
}),
getGjcList({
asjbh: this.asjbh,
......@@ -1375,6 +1384,7 @@ export default {
getFwbzhList({
asjbh: this.asjbh,
}).then((res) => {
console.log("2");
// this.fwbzhList =
// res.data.rows.length == 0 ? JSON.parse(this.listBsh) : res.data.rows;
// this.Bsh = res.data.rows.length == 0 ? "Yes" : "No";
......@@ -1402,6 +1412,7 @@ export default {
ztbs: "ASJ",
});
});
console.log(param);
insertFwbsh(JSON.stringify(param)).then((res) => {
if (res.code == 200) {
debugger;
......@@ -1451,6 +1462,7 @@ export default {
self.$forceUpdate();
}
}
console.log(this.fwbzhList);
this.shrList = res.data.rows.filter((item) => item.rylx == "01");
this.xyrList = res.data.rows.filter((item) => item.rylx == "02");
//debugger;
......@@ -1467,6 +1479,8 @@ export default {
// self.$forceUpdate();
// }
});
console.log("666666666666", self.formLabelAlign);
console.log("666666666666", self.formLabelAlign[0]);
},
async handSumit() {
var self = this;
......@@ -1588,6 +1602,7 @@ export default {
}
},
hanldRytab(val) {
console.log(val);
this.selectIndex2 = val;
if (val == 1) {
this.ryqh = true;
......@@ -1676,7 +1691,9 @@ export default {
}
return obj;
});
//debugger;
this.data1 = newData;
console.log(this.data1);
},
topAmplifier() {
this.Amplifier = !this.Amplifier;
......@@ -1685,6 +1702,7 @@ export default {
aqgjcAmplifier() {
this.aqgjc = !this.aqgjc;
this.aqgjcamplifier.aqgjcamplifier = !this.aqgjcamplifier.aqgjcamplifier;
console.log(this.aqgjcamplifier);
},
hanldDel() {
// this.centerDialogVisible = true
......
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