Commit c9c237b4 by 张超军

正/倒查移动

parent ae29d0bc
...@@ -65,6 +65,7 @@ div { ...@@ -65,6 +65,7 @@ div {
color: #333333; color: #333333;
} }
.center { .center {
z-index: 100;
width: 1120px; width: 1120px;
display: flex; display: flex;
align-items: center; align-items: center;
...@@ -1437,18 +1438,19 @@ div { ...@@ -1437,18 +1438,19 @@ div {
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
overflow: hidden;
.tui-image-editor { .tui-image-editor {
box-sizing: content-box; box-sizing: content-box;
width: 540px !important; width: 540px;
height: 540px !important; height: 540px;
position: relative; position: relative;
overflow: hidden; overflow: hidden;
box-sizing: content-box; box-sizing: content-box;
} }
.tui-image-editor2 { .tui-image-editor2 {
box-sizing: content-box; box-sizing: content-box;
width: 540px !important; width: 540px;
height: 540px !important; height: 540px;
position: relative; position: relative;
overflow: hidden; overflow: hidden;
} }
...@@ -1611,16 +1613,17 @@ div { ...@@ -1611,16 +1613,17 @@ div {
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
overflow: hidden;
.tui-image-editor { .tui-image-editor {
box-sizing: content-box; box-sizing: content-box;
width: 540px !important; width: 540px;
height: 540px !important; height: 540px;
position: relative; position: relative;
} }
.tui-image-editor2 { .tui-image-editor2 {
box-sizing: content-box; box-sizing: content-box;
width: 540px !important; width: 540px;
height: 540px !important; height: 540px;
position: relative; position: relative;
} }
/deep/.tui-image-editor-canvas-container { /deep/.tui-image-editor-canvas-container {
......
<!-- <!--
* @Author: your name * @Author: your name
* @Date: 2021-10-22 11:36:10 * @Date: 2021-10-22 11:36:10
* @LastEditTime: 2021-12-22 14:10:02 * @LastEditTime: 2021-12-22 15:03:21
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: \指纹系统\founder_vue\src\views\Editor\modules\imageEd.vue * @FilePath: \指纹系统\founder_vue\src\views\Editor\modules\imageEd.vue
...@@ -2114,7 +2114,7 @@ export default { ...@@ -2114,7 +2114,7 @@ export default {
zyhzArr.forEach((item) => { zyhzArr.forEach((item) => {
var polygon = new fabric.Polygon(item, { var polygon = new fabric.Polygon(item, {
fill: "rgba(0,0,0,0)", fill: "rgba(0,0,0,0)",
strokeWidth: 4, strokeWidth: 2,
stroke: "red", stroke: "red",
objectCaching: false, objectCaching: false,
transparentCorners: false, transparentCorners: false,
...@@ -3295,7 +3295,7 @@ export default { ...@@ -3295,7 +3295,7 @@ export default {
Fcanvas.remove(tempLine); Fcanvas.remove(tempLine);
tempLine = new fabric.Polyline(tempPs, { tempLine = new fabric.Polyline(tempPs, {
fill: "rgba(0,0,0,0)", fill: "rgba(0,0,0,0)",
strokeWidth: 4, strokeWidth: 2,
stroke: "red", stroke: "red",
objectCaching: false, objectCaching: false,
transparentCorners: false, transparentCorners: false,
...@@ -3431,7 +3431,7 @@ export default { ...@@ -3431,7 +3431,7 @@ export default {
// left: 100, // left: 100,
// top: 0, // top: 0,
fill: "rgba(0,0,0,0)", fill: "rgba(0,0,0,0)",
strokeWidth: 4, strokeWidth: 2,
stroke: "red", stroke: "red",
// scaleX: 4, // scaleX: 4,
// scaleY: 4, // scaleY: 4,
...@@ -3830,7 +3830,7 @@ export default { ...@@ -3830,7 +3830,7 @@ export default {
var polygon = new fabric.Polygon(arr, { var polygon = new fabric.Polygon(arr, {
fill: "rgba(0,0,0,0)", fill: "rgba(0,0,0,0)",
strokeWidth: 4, strokeWidth: 2,
stroke: "red", stroke: "red",
objectCaching: false, objectCaching: false,
transparentCorners: false, transparentCorners: false,
...@@ -3990,7 +3990,7 @@ export default { ...@@ -3990,7 +3990,7 @@ export default {
var polygon = new fabric.Polygon(arr, { var polygon = new fabric.Polygon(arr, {
fill: "rgba(0,0,0,0)", fill: "rgba(0,0,0,0)",
strokeWidth: 4, strokeWidth: 2,
stroke: "red", stroke: "red",
objectCaching: false, objectCaching: false,
transparentCorners: false, transparentCorners: false,
...@@ -4077,7 +4077,7 @@ export default { ...@@ -4077,7 +4077,7 @@ export default {
self.autoFcanvas.forEach(item => { self.autoFcanvas.forEach(item => {
var polygon = new fabric.Polygon(item, { var polygon = new fabric.Polygon(item, {
fill: "rgba(0,0,0,0)", fill: "rgba(0,0,0,0)",
strokeWidth: 4, strokeWidth: 2,
stroke: "red", stroke: "red",
objectCaching: false, objectCaching: false,
transparentCorners: false, transparentCorners: false,
......
...@@ -1290,6 +1290,7 @@ export default { ...@@ -1290,6 +1290,7 @@ export default {
data: { data: {
barcode: val.destbarcode, barcode: val.destbarcode,
hpseqno: val.destseqno, hpseqno: val.destseqno,
qqid: val.qqid
}, },
loading: true loading: true
}).then(response => { }).then(response => {
......
...@@ -222,6 +222,7 @@ export default { ...@@ -222,6 +222,7 @@ export default {
.post("/api/org/case/palm/barcode/seq", { .post("/api/org/case/palm/barcode/seq", {
barcode: val.destbarcode, barcode: val.destbarcode,
hpseqno: val.destseqno, hpseqno: val.destseqno,
qqid: val.qqid
}, { loading: true, cancelToken: source.token }).then(response => { }, { loading: true, cancelToken: source.token }).then(response => {
//console.log(response); //console.log(response);
if (response.data.code === 0) { if (response.data.code === 0) {
......
...@@ -545,7 +545,7 @@ export default { ...@@ -545,7 +545,7 @@ export default {
url: '/api/check/png/palm/barcode', url: '/api/check/png/palm/barcode',
data: { data: {
barcode: self.barcode, barcode: self.barcode,
querytype: 1, querytype: "1",
qqid: self.qqid qqid: self.qqid
} }
}).then(res => { }).then(res => {
......
...@@ -537,7 +537,7 @@ export default { ...@@ -537,7 +537,7 @@ export default {
url: '/api/check/png/palm/barcode', url: '/api/check/png/palm/barcode',
data: { data: {
barcode: self.barcode, barcode: self.barcode,
querytype: 1, querytype: "1",
qqid: self.qqid qqid: self.qqid
} }
}).then(res => { }).then(res => {
......
/* /*
* @Author: your name * @Author: your name
* @Date: 2021-09-07 09:57:48 * @Date: 2021-09-07 09:57:48
* @LastEditTime: 2021-12-22 11:59:46 * @LastEditTime: 2021-12-22 17:16:10
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: \指纹系统\founder_vue\vue.config.js * @FilePath: \指纹系统\founder_vue\vue.config.js
......
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