Commit e2be3cfa by maxiaohan

Merge remote-tracking branch 'origin/dev_zwpt' into dev_zwpt

parents 4b8d9fd7 a0cb0ec8
<!--
* @Author: your name
* @Date: 2021-09-07 09:58:13
* @LastEditTime: 2021-11-08 20:01:13
* @LastEditTime: 2021-11-12 17:43:47
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \指纹系统\founder_vue\public\index.html
......@@ -18,8 +18,11 @@
<!-- <link rel="icon" sizes="any" mask href="//www.baidu.com/img/baidu_85beaf5496f291521eb75ba38eacbd87.svg"> -->
<link rel="stylesheet" href="<%= BASE_URL %>image-edit/css/tui-color-picker.css">
<!-- <link rel="stylesheet" href="<%= BASE_URL %>image-edit/css/service-basic.css"> -->
<title>
<!-- <title>
<%= htmlWebpackPlugin.options.title %>
</title> -->
<title>
指纹系统
</title>
</head>
<style>
......
......@@ -1204,6 +1204,21 @@ div {
width: 142px;
height: 3px;
}
/deep/ .el-slider__runway {
width: 142px;
height: 3px;
margin: 0;
}
/deep/ .el-slider__bar {
height: 3px;
background-color: #055FE7;
}
/deep/ .el-slider__button {
width: 10px;
height: 10px;
background: #FFFFFF;
border: 2px solid #055FE7;
}
.qb_v {
width: 34px;
height: 21px;
......
<!--
* @Author: your name
* @Date: 2021-09-09 09:28:46
* @LastEditTime: 2021-11-09 21:14:34
* @LastEditTime: 2021-11-12 21:00:12
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \指纹系统\founder_vue\src\views\cxyrd\LTz.vue
......@@ -414,7 +414,8 @@
<div class="color-filter" v-show="optionsColorFilter">
<div class="title">滤色器</div>
<div class="content">
<input class="range-narrow" id="input-range-color-filter-value" type="range" min="0" :value="inputColorFilterRange" max="255" />
<el-slider class="range-narrow" id="input-range-color-filter-value" v-model="inputColorFilterRange" :min="0" :max="255"></el-slider>
<!-- <input class="range-narrow" id="input-range-color-filter-value" type="range" min="0" :value="inputColorFilterRange" max="255" /> -->
<input class="qb_v" type="text" v-model="inputColorFilterRange">
</div>
</div>
......@@ -938,7 +939,7 @@ export default {
console.log(111);
},
undoStackChanged: function (length) {
console.log(length,'undoStackChanged')
// console.log(length,'undoStackChanged')
if (length) {
$btnUndo.removeClass('disabled');
} else {
......@@ -947,7 +948,7 @@ export default {
resizeEditor();
},
redoStackChanged: function (length) {
console.log(length,'redoStackChanged')
// console.log(length,'redoStackChanged')
if (length) {
$btnRedo.removeClass('disabled');
} else {
......@@ -4796,6 +4797,11 @@ export default {
}
},
watch: {
isActive(val){
if(val == false){
this.isShowSizeSynchro = false;
}
},
isSizeSynchro (newValue, oldValue) {
// 监听同步原尺寸显示
if (newValue) {
......@@ -4844,13 +4850,13 @@ export default {
this.imageEditor.applyFilter('removeColor', {
distance: parseInt(newValue, 10) / 255,
}).then(function (result) {
console.log(result);
// console.log(result);
});
} else {
this.imageEditor2.applyFilter('removeColor', {
distance: parseInt(newValue, 10) / 255,
}).then(function (result) {
console.log(result);
// console.log(result);
});
}
},
......
/*
* @Author: your name
* @Date: 2021-09-07 09:58:13
* @LastEditTime: 2021-11-11 17:06:35
* @LastEditTime: 2021-11-12 17:41:04
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\router\modules\index.js
......@@ -10,7 +10,12 @@ import leftMenu from './leftMenu'
export default [
{
path: "/",
redirect: "/login1"
// redirect: "/login1"
meta: {
title: "登录",
auth: "5"
},
component: () => import("@/views/login/Login1.vue")
},
{
path: "/login",
......
/*
* @Author: your name
* @Date: 2021-11-04 13:14:49
* @LastEditTime: 2021-11-11 11:46:50
* @LastEditTime: 2021-11-11 23:22:22
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \指纹系统\founder_vue\src\store\modules\mutations-types.js
......@@ -11,3 +11,5 @@ export const SET_TZDALL = 'setTzdall';
export const SET_AUTOTZDALL = 'setAutoTzdall';
export const SET_ZYHZ = 'setZyhz';
export const SET_YXHZ = 'setYxhz';
export const SET_AUTOYXHZ = 'setAutoYxhz'
export const SET_AUTOZYHZ = 'setAutoZyhz'
/*
* @Author: your name
* @Date: 2021-11-04 11:12:33
* @LastEditTime: 2021-11-11 11:48:45
* @LastEditTime: 2021-11-11 23:22:08
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \指纹系统\founder_vue\src\store\modules\zwbj.js
*/
import { SET_SEQ, SET_TZDALL, SET_AUTOTZDALL, SET_ZYHZ, SET_YXHZ } from "./mutations-types";
import { SET_SEQ, SET_TZDALL, SET_AUTOTZDALL, SET_ZYHZ, SET_YXHZ, SET_AUTOYXHZ, SET_AUTOZYHZ } from "./mutations-types";
const state = {
// 当前的指位
seq: '',
......@@ -16,8 +16,12 @@ const state = {
autopretzdall: [],
// 自由绘制数组
zyhz: [],
// 自由绘制数组--自动
autozyhz: [],
// 圆形绘制数组
yxhz: []
yxhz: [],
// 圆形绘制数组--自动
autoyxhz: []
};
const mutations = {
......@@ -35,7 +39,13 @@ const mutations = {
},
[SET_YXHZ] (state, content) {
state.yxhz = content
}
},
[SET_AUTOYXHZ] (state, content) {
state.autoyxhz = content
},
[SET_AUTOZYHZ] (state, content) {
state.autozyhz = content
},
};
const actions = {
......
......@@ -45,9 +45,16 @@
<el-form-item label="数据类型:">
<el-radio-group v-model="sjlx">
<el-radio :label="1">原图</el-radio>
<el-radio :label="2">压缩图</el-radio>
<el-radio :label="3">特征</el-radio>
<el-radio
@click.native.prevent="clickitemsjlx(1)"
:label="1"
>原图</el-radio>
<el-radio
@click.native.prevent="clickitemsjlx(2)"
:label="2"
>压缩图</el-radio>
<!-- <el-radio :label="3">特征</el-radio> -->
<el-checkbox v-model="tz">特征</el-checkbox>
</el-radio-group>
</el-form-item>
<el-form-item label="文件格式:">
......@@ -70,10 +77,12 @@
>
<el-radio
:label="1"
@click.native.prevent="clickitemtmbz(1)"
border
>000</el-radio>
<el-radio
:label="2"
@click.native.prevent="clickitemtmbz(2)"
border
>999</el-radio>
</el-radio-group>
......@@ -122,11 +131,12 @@ export default {
dialogVisible: false, // 弹窗状态
wzChecked: true, // 文字单选
sjlx: 1, // 数据类型
sjlx: null, // 数据类型
wjgs: 1,//文件格式
dcms: 1, //导出模式
tmbz: 1,// 条码补值
tm: 'true', // 脱密
tmbz: null,// 条码补值
tm: null, // 脱密
tz: null,// 特征
checkAll: false, // 是否全选
checkedTargets: [], // 选定指位
......@@ -189,6 +199,12 @@ export default {
}
});
},
clickitemsjlx (e) {
e === this.sjlx ? this.sjlx = '' : this.sjlx = e
},
clickitemtmbz (e) {
e === this.tmbz ? this.tmbz = '' : this.tmbz = e
},
handleClose (done) {
targtOptions = [];
this.targts = targtOptions
......
......@@ -257,9 +257,16 @@
>
<el-form-item label="数据类型:">
<el-radio-group v-model="sjlx">
<el-radio :label="1">原图</el-radio>
<el-radio :label="2">压缩图</el-radio>
<el-radio :label="3">特征</el-radio>
<el-radio
@click.native.prevent="clickitemsjlx(1)"
:label="1"
>原图</el-radio>
<el-radio
@click.native.prevent="clickitemsjlx(2)"
:label="2"
>压缩图</el-radio>
<!-- <el-radio :label="3">特征</el-radio> -->
<el-checkbox v-model="tz">特征</el-checkbox>
</el-radio-group>
</el-form-item>
<el-form-item label="文件格式:">
......@@ -293,10 +300,12 @@
>
<el-radio
:label="1"
@click.native.prevent="clickitemtmbz(1)"
border
>000</el-radio>
<el-radio
:label="2"
@click.native.prevent="clickitemtmbz(2)"
border
>999</el-radio>
</el-radio-group>
......@@ -350,6 +359,7 @@ export default {
filenameexport: '文件',
dialogVisible: false, // 弹窗状态
wzChecked: true, // 文字单选
tz: null,// 特征
// 滚动指纹
gdzwisIndeterminate: false, // 滚动指纹状态
gdzwCheckAll: true, // 滚动指纹全选
......@@ -395,10 +405,10 @@ export default {
checkedrxs: ['正面照', '左侧照', '右侧照', '身份证'],
rxs: rxOptions,
sjlx: 1, // 数据类型
sjlx: null, // 数据类型
wjgs: 1,//文件格式
dcms: 1, //导出模式
tmbz: 1,// 条码补值
tmbz: null,// 条码补值
};
},
mounted () {
......@@ -647,6 +657,12 @@ export default {
this.rxcheckAll = checkedCount === this.rxs.length;
this.rxisIndeterminate = checkedCount > 0 && checkedCount < this.rxs.length;
},
clickitemsjlx (e) {
e === this.sjlx ? this.sjlx = '' : this.sjlx = e
},
clickitemtmbz (e) {
e === this.tmbz ? this.tmbz = '' : this.tmbz = e
},
}
};
</script>
......
......@@ -516,7 +516,6 @@ export default {
byzs: '1000',// 该类型下本月总数
sytsArr: '',// 剩余条数
syts: '300', //该类型下剩余条数
color: 'color_a0e7db', // 进度条颜色
bcxh: '1', //本次消耗
checkAll_mbljk: false, // 目标逻辑库全选
checkedTargets: [], // 选定目标逻辑库
......@@ -592,8 +591,12 @@ export default {
if (newVal == true) {
this.searchZTS()
this.searchsytsArr()
this.getHpseqno()
this.bcxh = this.rowData.length;
if (this.type == 'aj') {
console.log('案件数据开始获取')
this.getHpseqno()
this.fingerscountArr()
}
}
},
dialogVisible (val) {
......@@ -696,39 +699,6 @@ export default {
}
},
methods: {
// // 发查询指位信息
// getHpseqno () {
// let reqParam = {
// barcodes: '', // 条码号
// };
// let barcodeArr = []
// for (let i = 0; i < this.rowData.length; i++) {
// barcodeArr.push(this.rowData[i].barcode)
// }
// reqParam.barcodes = barcodeArr
// this.$axios
// .post("/api/casestore/getHpseqno", reqParam)
// .then(response => {
// if (response.data.code === 0) {
// let arr = response.data.ret
// if (this.rowData.length == 1) {
// for (var item in arr) {
// this.cities = arr[item]
// console.log("指位返回列表===>", item, arr);
// }
// } else {
// console.log("多条案件")
// for (var item in arr) {
// this.cities = arr[item]
// console.log("指位返回列表===>", item, arr);
// }
// }
// } else {
// this.$message.error(response.data.message);
// }
// });
// },
// 发查询指位信息
getHpseqno () {
let reqParam = {
......@@ -1064,6 +1034,27 @@ export default {
}
});
},
// 获取多条案件指位个数
fingerscountArr () {
let fingerscountArr = [];
for (let i = 0; i < this.rowData.length; i++) {
fingerscountArr.push(this.rowData[i].id)
};
this.$axios
.post("/api/casestore/fingerscount", { cids: fingerscountArr })
.then(response => {
if (response.data.code === 0) {
this.bcxh = response.data.ret;
// this.sytsArr = response.data.ret
// this.syts = this.sytsArr[0].level1
console.info("555发查询剩余条数返回列表===>", response);
} else {
// this.$message.error(response.data.message);
this.$message.error('获取发查询剩余条数失败');
}
});
},
}
};
</script>
......
......@@ -29,12 +29,13 @@
prop="ysxtAsjbh"
>
<el-input
class="inputBh"
v-model.trim="ruleForm.ysxtAsjbh"
placeholder="请输入案事件编号"
maxlength="23"
maxlength="22"
show-word-limit
clearable
></el-input>
><template slot="prepend">A</template></el-input>
</el-form-item>
</el-col>
<el-col :span="12">
......@@ -223,6 +224,9 @@
placeholder="请选择提取时间"
v-model="ruleForm.tqsj"
style="width: 100%;"
:picker-options="{
disabledDate: disabledDate,
}"
></el-date-picker>
</el-form-item>
</el-col>
......@@ -358,6 +362,13 @@ export default {
}
},
methods: {
disabledDate (a) {
if (a.getTime() > new Date().getTime()) {
return true;
} else {
return false;
}
},
submitForm (formName) {
this.$refs[formName].validate((valid) => {
if (valid) {
......@@ -365,6 +376,8 @@ export default {
caseBase: ""
}
reqParam.caseBase = this.ruleForm
let defaultArr = 'A'
reqParam.personDo.ysxtAsjbh = defaultArr.concat(this.ruleForm.ysxtAsjbh)
this.$axios
.post("/api/casestore/caseadd", reqParam)
.then(response => {
......@@ -402,6 +415,16 @@ export default {
</script>
<style lang="scss" scoped>
.inputBh {
/deep/.el-input-group__prepend {
width: 40px;
text-align: center;
padding: 0;
}
/deep/.el-input__inner {
width: 224px;
}
}
// 滚动条的宽度
/deep/ .el-form::-webkit-scrollbar {
width: 6px; // 横向滚动条
......
......@@ -996,22 +996,22 @@ const datas1 = [
}
.disabled {
border: none;
border: 1px solid #ccc;
border: 1px solid #ecedf1;
font-size: 14px;
font-family: MicrosoftYaHei;
color: #ccc;
color: #c2c4c7;
i {
font-size: 14px;
margin-right: 5px;
}
&:hover {
border: 1px solid #ccc;
color: #ccc;
}
&:active {
border: 1px solid #ccc;
color: #ccc;
}
// &:hover {
// border: 1px solid #ccc;
// color: #ccc;
// }
// &:active {
// border: 1px solid #ccc;
// color: #ccc;
// }
}
}
}
......
<!--
* @Author: your name
* @Date: 2021-10-22 09:42:07
* @LastEditTime: 2021-11-11 15:33:03
* @LastEditTime: 2021-11-12 20:17:17
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \指纹系统\founder_vue\src\views\Editor\modules\ryzwbjLeft.vue
......@@ -86,26 +86,26 @@ export default {
activeFinger: '01',
activeHand: '01',
fingers: [
{
code: '06',
name: '拇',
image: null
},
{
code: '07',
name: '食',
image: null
},
{
code: '06',
name: '拇',
image: null
},
{
code: '07',
name: '食',
image: null
},
// {
// code: '06',
// name: '拇',
// image: null
// },
// {
// code: '07',
// name: '食',
// image: null
// },
// {
// code: '06',
// name: '拇',
// image: null
// },
// {
// code: '07',
// name: '食',
// image: null
// },
],
hands: [
{
......@@ -142,7 +142,9 @@ export default {
preTzdArr: state => state.zwbj.pretzdall,
autopretzdall: state => state.zwbj.autopretzdall,
zyhz: state => state.zwbj.zyhz,
yxhz: state => state.zwbj.yxhz
yxhz: state => state.zwbj.yxhz,
autoyxhz: state => state.zwbj.autoyxhz,
autozyhz: state => state.zwbj.autozyhz,
})
},
mounted () {
......@@ -163,8 +165,13 @@ export default {
this.$store.commit('zwbj/setSeq', seq)
let self = this
this.$axios({
method: 'get',
url: `/api/org/case/${self.id}/${seq}?mnt=1`,
method: 'post',
url: `/api/org/caseBybarcode/barcode/seq`,
// url: `/api/org/case/${self.id}/${seq}?mnt=1`,
data: {
barcode: self.barcode,
seqno: self.seq
},
loading: false
}).then(res => {
console.log(res);
......@@ -186,8 +193,12 @@ export default {
getCaseFinger () {
let self = this
this.$axios({
method: 'get',
url: '/api/org/case/' + self.id + '?mnt=1'
method: 'post',
// url: '/api/org/case/' + self.id + '?mnt=1'
url: `/api/png/caseEBybarcode/barcode`,
data: {
barcode: self.barcode
}
}).then(res => {
// console.log(res);
if (res.data.code === 0) {
......@@ -241,18 +252,29 @@ export default {
sessionStorage.setItem(this.preSeq, JSON.stringify(self.preTzdArr))
sessionStorage.setItem(`auto_tzdDom${this.preSeq}`, JSON.stringify(self.autopretzdall))
}
self.$store.commit('zwbj/setTzdall', null)
self.$store.commit('zwbj/setAutoTzdall', null)
// self.$store.commit('zwbj/setTzdall', null)
// self.$store.commit('zwbj/setAutoTzdall', null)
// 重要区域的特征保存
console.log(self.zyhz);
if(self.zyhz&&self.zyhz.length>=0) {
if (self.zyhz && self.zyhz.length >= 0) {
sessionStorage.setItem(`zyhz_${this.preSeq}`, JSON.stringify(self.zyhz))
self.$store.commit('zwbj/setZyhz', null)
// self.$store.commit('zwbj/setZyhz', null)
}
console.log(self.yxhz);
if(self.yxhz&&self.yxhz.length>=0) {
if (self.yxhz && self.yxhz.length >= 0) {
console.log(self.yxhz);
sessionStorage.setItem(`yxhz_${this.preSeq}`, JSON.stringify(self.yxhz))
self.$store.commit('zwbj/setYxhz', null)
// self.$store.commit('zwbj/setYxhz', null)
}
if (self.autoyxhz && self.autoyxhz.length >= 0) {
console.log(self.autoyxhz);
sessionStorage.setItem(`auto_yxhz_${this.preSeq}`, JSON.stringify(self.autoyxhz))
// self.$store.commit('zwbj/setAutoYxhz', null)
}
if (self.autozyhz && self.autozyhz.length >= 0) {
console.log(self.autozyhz);
sessionStorage.setItem(`auto_zyhz_${this.preSeq}`, JSON.stringify(self.autozyhz))
// self.$store.commit('zwbj/setAutoZyhz', null)
}
}
this.preSeq = finger.code
......@@ -267,6 +289,7 @@ export default {
*/
zzwChange (event) {
this.zwSelect = event.target.innerText
this.$bus.emit('zwType', this.zwSelect)
},
},
}
......
......@@ -101,6 +101,12 @@ $transOrigin: var(--transOrigin, 0px, 0px);
.bzd {
margin-right: 40px;
}
.disabled {
.disabled-img {
width: 64px;
height: 32px;
}
}
.size,
.line {
&::after {
......
......@@ -97,6 +97,12 @@ $directionRotate: var(--directionRotate, 0deg);
.bzd {
margin-right: 40px;
}
.disabled {
.disabled-img {
width: 64px;
height: 32px;
}
}
.size,
.line {
&::after {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
<!--
* @Author: your name
* @Date: 2021-10-22 09:42:07
* @LastEditTime: 2021-11-09 17:29:05
* @LastEditTime: 2021-11-12 19:48:54
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \指纹系统\founder_vue\src\views\Editor\modules\ryzwbjLeft.vue
......@@ -92,6 +92,9 @@ import { mapState } from 'vuex';
export default {
data () {
return {
// 判断是否有平面指纹
PainFingerFlag: true,
barcode: this.$route.params.barcode,
// 上一次的指纹序号
preSeq: '',
// 找到第一个有图片的指纹
......@@ -315,8 +318,12 @@ export default {
item.image = null
})
let res = await this.$axios({
method: 'get',
url: '/api/org/roll/'+self.id+'?mnt=1',
method: 'post',
// url: '/api/org/roll/'+self.id+'?mnt=1',
url: '/api/png/rollEByBarcode/barcode',
data: {
barcode: self.barcode
},
loading: false
// url: '/api/png/roll/1?mnt=1'
})
......@@ -325,7 +332,7 @@ export default {
for (const key in res.data.ret) {
const element = res.data.ret[key];
// 左手
if (key > 5) {
if (element.seq > 5) {
self.rollFingersLeft.forEach((item) => {
if (item.code == element.seq) {
item.image = element.image
......@@ -357,30 +364,43 @@ export default {
item.image = null
})
let res = await this.$axios({
method: 'get',
url: '/api/org/plain/'+self.id+'?mnt=1',
method: 'post',
// url: '/api/org/plain/'+self.id+'?mnt=1',
url: '/api/png/plainEByBarcode/barcode',
data: {
barcode: self.barcode
},
loading: false
// url: '/api/png/plain/1?mnt=1'
})
// console.log(res);
if (res.data.code === 0) {
for (const key in res.data.ret) {
const element = res.data.ret[key];
// 左手
if (key > 15) {
self.painFingersLeft.forEach((item) => {
if (item.code == element.seq) {
item.image = element.image
}
})
} else {
// 右手
self.painFingersRight.forEach((item) => {
if (item.code == element.seq) {
item.image = element.image
}
})
console.log(res);
if (res.data.ret.length > 0) {
for (const key in res.data.ret) {
const element = res.data.ret[key];
// 左手
if (element.seq > 15) {
self.painFingersLeft.forEach((item) => {
if (item.code == element.seq) {
item.image = element.image
}
})
} else {
// 右手
self.painFingersRight.forEach((item) => {
if (item.code == element.seq) {
item.image = element.image
}
})
}
}
self.PainFingerFlag = true
} else {
// 没有平面指纹,不能切换tabl栏
self.PainFingerFlag = false
}
}
},
......@@ -391,11 +411,11 @@ export default {
*/
rollFingersLeftChange (finger) {
let self = this
if(this.preSeq) {
if (this.preSeq) {
// 保存当前的指位特征点信息
// 直接覆盖之前的数据
console.log(self.preTzdArr);
if(self.preTzdArr && self.preTzdArr.length>=0) {
if (self.preTzdArr && self.preTzdArr.length >= 0) {
sessionStorage.setItem(this.preSeq, JSON.stringify(self.preTzdArr))
sessionStorage.setItem(`auto${this.preSeq}`, JSON.stringify(self.autopretzdall))
}
......@@ -457,6 +477,9 @@ export default {
* @return {*}
*/
zzwChange (event) {
if(!this.PainFingerFlag && event.target.innerText == '平面指纹') {
return
}
this.zwSelect = event.target.innerText
},
/**
......
......@@ -45,7 +45,7 @@
<img v-else :src="leftImg" alt="" />
</div>
<div class="options">
<div class="sendFind">发查询</div>
<!-- <div class="sendFind">发查询</div> -->
<div class="set">系统管理</div>
<div class="role">指纹员</div>
<div class="message">
......@@ -445,6 +445,9 @@ export default {
background-color: #006aff;
display: none;
}
.el-tabs__nav-wrap::after{
height: 1px!important;
}
.el-tabs__item {
position: relative;
padding-right: 35px !important;
......
......@@ -123,7 +123,6 @@
<div
class="rdwcDialog"
v-show="isShowrdwcDialogBg"
@click="cancelrdwc"
></div>
<div class="rdwccontent" v-show="isShowrdwcDialog">
<div class="title">当前候选未全部查看,是否确认认定完成?</div>
......@@ -521,7 +520,7 @@ div {
height: 22px;
font-size: 16px;
font-weight: bold;
color: #00b47a;
color: #00B47A;
line-height: 22px;
margin-top: 14px;
}
......
......@@ -169,6 +169,7 @@ export default {
};
},
watch: {
phone(newValue, oldValue) {
if (newValue.length < 7) {
this.isPhoneError = true;
......
......@@ -7,7 +7,7 @@
<div class="rd-btn" @click="Rdwc">认定完成</div>
</div>
</div>
<Swiper />
<!-- <Swiper /> -->
<div class="main">
<div class="data">
<!-- 卡片源数据-->
......@@ -796,6 +796,7 @@ export default {
console.log("源qqid====>", this.currentQqid);
},
watch: {
phone(newValue, oldValue) {
if (newValue.length < 7) {
this.isPhoneError = true;
......
......@@ -1097,7 +1097,7 @@ export default {
// }
let zcseq = sessionStorage.getItem('zcseq')
let qqid = sessionStorage.getItem('qqid')
this.$axios.post(`/api/query/matchcand/dest/${qqid}/${zcseq}`, { srcbarcode: sessionStorage.getItem('srcbarcode'), destbarcode: self.input3 })
this.$axios.post(`/api/query/matchcand/dest/${qqid}/${zcseq}`, { srcbarcode: sessionStorage.getItem('srcbarcode'), destbarcode: self.input3.trim() })
.then(response => {
console.log(response);
self.tableData = response.data.ret
......
......@@ -68,7 +68,7 @@ export default {
let self = this
let dcseq = sessionStorage.getItem('dcseq')
let qqid = sessionStorage.getItem('qqid')
this.$axios.post(`/api/query/matchcand/dest/${qqid}/${dcseq}`, { srcbarcode: sessionStorage.getItem('srcbarcode'), destbarcode: self.input3 })
this.$axios.post(`/api/query/matchcand/dest/${qqid}/${dcseq}`, { srcbarcode: sessionStorage.getItem('srcbarcode'), destbarcode: self.input3.trim() })
.then(response => {
console.log(response);
self.tableData = response.data.ret
......
/*
* @Author: your name
* @Date: 2021-09-07 09:57:48
* @LastEditTime: 2021-11-11 17:17:56
* @LastEditTime: 2021-11-12 20:42:26
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \指纹系统\founder_vue\vue.config.js
......@@ -91,13 +91,13 @@ module.exports = {
"/api": {
// target: "http://192.168.0.137:8080/", //统一的请求头部每次修改都要重启才会生效 http://39.99.224.27:8006/
// target: "http://172.18.108.2:8099/", // 张 认定
// target: "http://192.168.128.112:8099", // 湖南-张
target: "http://192.168.128.110:8099", // 湖南-张
// target: "http://192.168.128.114:8099", // 湖南-马
// target: "http://192.168.128.116:8099", // 湖南-王
// target: "http://172.18.116.73:8099/", //统一的请求头部每次修改都要重启才会生效 http://39.99.224.27:8006/ ma
// target: "http://127.0.0.1:8099",
// target: "http://47.92.225.109:5602",
target: "http://www.meetfood.cn:2390/", // 湖南-线上
// target: "http://www.meetfood.cn:2390/", // 湖南-线上
ws: true,
changeOrigin: 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