| 1 |
- (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-d8321da8"],{"0cd3":function(e,t,r){},bb4b:function(e,t,r){"use strict";r("0cd3")},d027:function(e,t,r){"use strict";r.r(t);var T=function(){var e=this,t=e._self._c;return t("div",{staticStyle:{height:"100vh"}},[t("div",{staticClass:"header"},[t("div",{staticStyle:{"font-size":"20px",margin:"15px","font-weight":"bold","text-shadow":"1px 1px 1px #4FC9F2","letter-spacing":"2px"}},[e._v("芯片打印")]),t("div",[t("Button",{staticStyle:{margin:"15px"},attrs:{ghost:""},on:{click:function(t){return e.handlePrint(1)}}},[e._v("打印(203)")]),t("Button",{staticStyle:{margin:"15px"},attrs:{ghost:""},on:{click:function(t){return e.handlePrint(2)}}},[e._v("打印(300)")])],1)]),t("div",{staticClass:"bdy"},e._l(e.list,(function(r,T){return t("div",{key:T,class:r.is_choose?"choose_item":"item",on:{click:function(t){return e.handleClick(T)}}},[t("div",{staticStyle:{"margin-bottom":"10px",width:"50%"}},[t("span",{staticStyle:{width:"80px",display:"inline-block","text-align":"right",padding:"0 5px 0 0"}},[e._v(e._s(r.dispatch_no?"派工单号:":r.box_no?"包装单号:":"工艺卡号:"))]),t("span",[e._v(e._s(r.dispatch_no?r.dispatch_no:r.box_no?r.box_no:r.flow_card_no))])]),t("div",{staticStyle:{"margin-bottom":"10px",width:"50%"}},[t("span",{staticStyle:{width:"80px",display:"inline-block","text-align":"right",padding:"0 5px 0 0"}},[e._v("订单号:")]),t("span",[e._v(e._s(r.order_number))])]),t("div",{staticStyle:{"margin-bottom":"10px",width:"50%"}},[t("span",{staticStyle:{width:"80px",display:"inline-block","text-align":"right",padding:"0 5px 0 0"}},[e._v("供应商:")]),t("span",[e._v(e._s(r.dealer))])]),t("div",{staticStyle:{"margin-bottom":"10px",width:"50%"}},[t("span",{staticStyle:{width:"80px",display:"inline-block","text-align":"right",padding:"0 5px 0 0"}},[e._v("客户名称:")]),t("span",[e._v(e._s(r.customer))])]),t("div",{staticStyle:{"margin-bottom":"10px",width:"50%"}},[t("span",{staticStyle:{width:"80px",display:"inline-block","text-align":"right",padding:"0 5px 0 0"}},[e._v("产品名称:")]),t("span",{staticStyle:{width:"calc(100% - 100px)",display:"inline-block"}},[e._v(e._s(r.product_title))])]),t("div",{staticStyle:{"margin-bottom":"10px",width:"50%"}},[t("span",{staticStyle:{width:"80px",display:"inline-block","text-align":"right",padding:"0 5px 0 0"}},[e._v("花色:")]),t("span",[e._v(e._s(r.color))])]),t("div",{staticStyle:{"margin-bottom":"10px",width:"50%"}},[t("span",{staticStyle:{width:"80px",display:"inline-block","text-align":"right",padding:"0 5px 0 0"}},[e._v("工艺:")]),t("span",[e._v(e._s(r.process))])]),t("div",{staticStyle:{"margin-bottom":"10px",width:"50%"}},[t("span",{staticStyle:{width:"80px",display:"inline-block","text-align":"right",padding:"0 5px 0 0"}},[e._v("数量:")]),t("span",[e._v(e._s(r.num))])]),t("div",{staticStyle:{"margin-bottom":"10px",width:"50%"}},[t("span",{staticStyle:{width:"80px",display:"inline-block","text-align":"right",padding:"0 5px 0 0"}},[e._v("打印状态:")]),t("span",[e._v(e._s(r.print_status?"已打印":"未打印"))])])])})),0)])},_=[],s=r("1157"),o=r.n(s);document.title="芯片打印";var a={data(){return{list:[],selectData:[],state:!0,type:0}},mounted(){if(this.$route.query.print_list){let e=decodeURIComponent(this.$route.query.print_list);this.list=JSON.parse(e),this.list.forEach(e=>e.is_choose=!0),this.selectData=JSON.parse(JSON.stringify(this.list)),this.list[0].dispatch_no?this.type=1:this.list[0].box_no?this.type=2:this.type=3}},methods:{handleClick(e){this.list[e].is_choose=!this.list[e].is_choose,this.selectData=this.list.filter(e=>e.is_choose),this.$forceUpdate()},close(){window.location.replace("about:blank"),window.close()},handlePrint(e){if(0===this.selectData.length)return this.$Message.warning("请选择需要打印的标签");if(this.state){this.state=!1;let t=[{PTK_OpenUSBPort:255},{PTK_ClearBuffer:""},{PTK_SetDarkness:10},{PTK_SetPrintSpeed:4},{PTK_SetDirection:"B"},{PTK_SetLabelHeight:1==e?"640,32,0,false":"960,48,0,false"},{PTK_SetLabelWidth:1==e?784:1176}];this.selectData.forEach(r=>{r.customer=r.customer?r.customer:" ",r.product_title=r.product_title?r.product_title:" ",r.order_number=r.order_number?r.order_number:" ",r.color=r.color?r.color:" ",r.box_date=r.box_date?r.box_date:"",r.dealer=r.dealer?r.dealer:"",r.process=r.process?r.process:" ",r.num=r.num?r.num:" ",r.dealer1=r.dealer&&r.dealer.length>8?r.dealer.slice(0,8):r.dealer.slice(0),r.dealer2=r.dealer&&r.dealer.length>8?r.dealer.slice(8):"",r.customer1=r.customer&&r.customer.length>11?r.customer.slice(0,11):r.customer.slice(0),r.customer2=r.customer&&r.customer.length>11?r.customer.slice(11):"",r.product_title1=r.product_title&&r.product_title.length>12?r.product_title.slice(0,12):r.product_title.slice(0),r.product_title2=r.product_title&&r.product_title.length>12?r.product_title.slice(12):"",r.process1=r.process&&r.process.length>11?r.process.slice(0,11):r.process.slice(0),r.process2=r.process&&r.process.length>11?r.process.slice(11):"",r.color1=r.color&&r.color.length>12?r.color.slice(0,12):r.color.slice(0),r.color2=r.color&&r.color.length>12?r.color.slice(12):"",r.order_no=r.dispatch_no?r.dispatch_no:r.box_no?r.box_no:r.flow_card_no,r.is_s=!(!r.dispatch_no&&!r.flow_card_no);let T,_=this.func.stringToHex(r.order_no).length%4;r.chip=this.func.stringToHex(r.order_no);for(let e=0;e<_;e++)r.chip="0"+r.chip;T=1===e?[{PTK_DrawText_TrueType:"130,70,60,0,微软雅黑,1,700,0,0,0,订单号:"},{PTK_DrawText_TrueType:"300,70,60,0,微软雅黑,1,700,0,0,0,"+r.order_number},{PTK_DrawText_TrueType:"700,70,60,0,微软雅黑,1,700,0,0,0,客户:"},{PTK_DrawText_TrueType:"820,70,50,0,微软雅黑,1,700,0,0,0,"+r.customer1},r.customer2?{PTK_DrawText_TrueType:"820,120,50,0,微软雅黑,1,700,0,0,0,"+r.customer2}:{},{PTK_DrawText_TrueType:"150,170,60,0,微软雅黑,1,700,0,0,0,产品:"},{PTK_DrawText_TrueType:"300,170,50,0,微软雅黑,1,700,0,0,0,"+r.product_title1},r.product_title2?{PTK_DrawText_TrueType:"300,220,50,0,微软雅黑,1,700,0,0,0,"+r.product_title2}:{},{PTK_DrawText_TrueType:"700,170,60,0,微软雅黑,1,700,0,0,0,工艺:"},{PTK_DrawText_TrueType:"820,170,50,0,微软雅黑,1,700,0,0,0,"+r.process1},r.process2?{PTK_DrawText_TrueType:"820,220,50,0,微软雅黑,1,700,0,0,0,"+r.process2}:{},{PTK_DrawText_TrueType:"150,270,60,0,微软雅黑,1,700,0,0,0,花色:"},{PTK_DrawText_TrueType:"300,270,50,0,微软雅黑,1,700,0,0,0,"+r.color1},r.color2?{PTK_DrawText_TrueType:"300,320,50,0,微软雅黑,1,700,0,0,0,"+r.color2}:{},{PTK_DrawText_TrueType:"700,270,60,0,微软雅黑,1,700,0,0,0,数量:"},{PTK_DrawText_TrueType:"820,270,60,0,微软雅黑,1,700,0,0,0,"+r.num},{PTK_DrawText_TrueType:"130,370,60,0,微软雅黑,1,700,0,0,0,"+(r.dispatch_no?"派工单号:":r.box_no?"包装单号:":"工艺卡号")},{PTK_DrawText_TrueType:"330,370,60,0,微软雅黑,1,700,0,0,0,"+(r.dispatch_no?r.dispatch_no:r.box_no?r.box_no:r.flow_card_no)},r.is_s?{}:{PTK_DrawText_TrueType:"700,370,60,0,微软雅黑,1,700,0,0,0,包装日期:"},r.is_s?{}:{PTK_DrawText_TrueType:"900,370,60,0,微软雅黑,1,700,0,0,0,"+r.box_date},r.is_s?{PTK_DrawText_TrueType:"760,370,60,0,微软雅黑,1,700,0,0,0,经销商:"}:{},r.is_s?{PTK_DrawText_TrueType:"920,370,50,0,微软雅黑,1,700,0,0,0,"+r.dealer1}:{},r.is_s&&r.dealer2?{PTK_DrawText_TrueType:"920,420,50,0,微软雅黑,1,700,0,0,0,"+r.dealer2}:{},{PTK_DrawText_TrueType:"130,525,60,0,微软雅黑,1,700,0,0,0,订单号:"},{PTK_DrawText_TrueType:"300,525,60,0,微软雅黑,1,700,0,0,0,"+r.order_number},{PTK_DrawText_TrueType:"700,525,60,0,微软雅黑,1,700,0,0,0,客户:"},{PTK_DrawText_TrueType:"820,525,50,0,微软雅黑,1,700,0,0,0,"+r.customer1},r.customer2?{PTK_DrawText_TrueType:"820,575,50,0,微软雅黑,1,700,0,0,0,"+r.customer2}:{},{PTK_DrawText_TrueType:"150,625,60,0,微软雅黑,1,700,0,0,0,产品:"},{PTK_DrawText_TrueType:"300,625,50,0,微软雅黑,1,700,0,0,0,"+r.product_title1},r.product_title2?{PTK_DrawText_TrueType:"300,675,50,0,微软雅黑,1,700,0,0,0,"+r.product_title2}:{},{PTK_DrawText_TrueType:"700,625,60,0,微软雅黑,1,700,0,0,0,工艺:"},{PTK_DrawText_TrueType:"820,625,50,0,微软雅黑,1,700,0,0,0,"+r.process1},r.process2?{PTK_DrawText_TrueType:"820,675,50,0,微软雅黑,1,700,0,0,0,"+r.process2}:{},{PTK_DrawText_TrueType:"150,725,60,0,微软雅黑,1,700,0,0,0,花色:"},{PTK_DrawText_TrueType:"300,725,50,0,微软雅黑,1,700,0,0,0,"+r.color1},r.color2?{PTK_DrawText_TrueType:"300,775,50,0,微软雅黑,1,700,0,0,0,"+r.color2}:{},{PTK_DrawText_TrueType:"700,725,60,0,微软雅黑,1,700,0,0,0,数量:"},{PTK_DrawText_TrueType:"820,725,60,0,微软雅黑,1,700,0,0,0,"+r.num},{PTK_DrawText_TrueType:"130,825,60,0,微软雅黑,1,700,0,0,0,"+(r.dispatch_no?"派工单号:":r.box_no?"包装单号:":"工艺卡号")},{PTK_DrawText_TrueType:"330,825,60,0,微软雅黑,1,700,0,0,0,"+(r.dispatch_no?r.dispatch_no:r.box_no?r.box_no:r.flow_card_no)},r.is_s?{}:{PTK_DrawText_TrueType:"700,825,60,0,微软雅黑,1,700,0,0,0,包装日期:"},r.is_s?{}:{PTK_DrawText_TrueType:"900,825,60,0,微软雅黑,1,700,0,0,0,"+r.box_date},r.is_s?{PTK_DrawText_TrueType:"760,825,60,0,微软雅黑,1,700,0,0,0,经销商:"}:{},r.is_s?{PTK_DrawText_TrueType:"920,825,50,0,微软雅黑,1,700,0,0,0,"+r.dealer1}:{},r.is_s&&r.dealer2?{PTK_DrawText_TrueType:"920,875,50,0,微软雅黑,1,700,0,0,0,"+r.dealer2}:{},{PTK_RWRFIDLabel:`1,0,0,${r.chip.length/2},1,${r.chip}`},{PTK_PrintLabel:"1,1"}]:[{PTK_DrawText_TrueType:"30,70,60,0,微软雅黑,1,700,0,0,0,订单号:"},{PTK_DrawText_TrueType:"200,70,60,0,微软雅黑,1,700,0,0,0,"+r.order_number},{PTK_DrawText_TrueType:"600,70,60,0,微软雅黑,1,700,0,0,0,客户:"},{PTK_DrawText_TrueType:"720,70,50,0,微软雅黑,1,700,0,0,0,"+r.customer1},r.customer2?{PTK_DrawText_TrueType:"720,120,50,0,微软雅黑,1,700,0,0,0,"+r.customer2}:{},{PTK_DrawText_TrueType:"50,170,60,0,微软雅黑,1,700,0,0,0,产品:"},{PTK_DrawText_TrueType:"200,170,50,0,微软雅黑,1,700,0,0,0,"+r.product_title1},r.product_title2?{PTK_DrawText_TrueType:"200,220,50,0,微软雅黑,1,700,0,0,0,"+r.product_title2}:{},{PTK_DrawText_TrueType:"600,170,60,0,微软雅黑,1,700,0,0,0,工艺:"},{PTK_DrawText_TrueType:"720,170,50,0,微软雅黑,1,700,0,0,0,"+r.process1},r.process2?{PTK_DrawText_TrueType:"720,220,50,0,微软雅黑,1,700,0,0,0,"+r.process2}:{},{PTK_DrawText_TrueType:"50,270,60,0,微软雅黑,1,700,0,0,0,花色:"},{PTK_DrawText_TrueType:"200,270,50,0,微软雅黑,1,700,0,0,0,"+r.color1},r.color2?{PTK_DrawText_TrueType:"200,320,50,0,微软雅黑,1,700,0,0,0,"+r.color2}:{},{PTK_DrawText_TrueType:"600,270,60,0,微软雅黑,1,700,0,0,0,数量:"},{PTK_DrawText_TrueType:"720,270,60,0,微软雅黑,1,700,0,0,0,"+r.num},{PTK_DrawText_TrueType:"30,370,60,0,微软雅黑,1,700,0,0,0,"+(r.dispatch_no?"派工单号:":r.box_no?"包装单号:":"工艺卡号")},{PTK_DrawText_TrueType:"230,370,60,0,微软雅黑,1,700,0,0,0,"+(r.dispatch_no?r.dispatch_no:r.box_no?r.box_no:r.flow_card_no)},r.is_s?{}:{PTK_DrawText_TrueType:"600,370,60,0,微软雅黑,1,700,0,0,0,包装日期:"},r.is_s?{}:{PTK_DrawText_TrueType:"800,370,60,0,微软雅黑,1,700,0,0,0,"+r.box_date},r.is_s?{PTK_DrawText_TrueType:"660,370,60,0,微软雅黑,1,700,0,0,0,经销商:"}:{},r.is_s?{PTK_DrawText_TrueType:"820,370,50,0,微软雅黑,1,700,0,0,0,"+r.dealer1}:{},r.is_s&&r.dealer2?{PTK_DrawText_TrueType:"820,420,50,0,微软雅黑,1,700,0,0,0,"+r.dealer2}:{},{PTK_DrawText_TrueType:"30,525,60,0,微软雅黑,1,700,0,0,0,订单号:"},{PTK_DrawText_TrueType:"200,525,60,0,微软雅黑,1,700,0,0,0,"+r.order_number},{PTK_DrawText_TrueType:"600,525,60,0,微软雅黑,1,700,0,0,0,客户:"},{PTK_DrawText_TrueType:"720,525,50,0,微软雅黑,1,700,0,0,0,"+r.customer1},r.customer2?{PTK_DrawText_TrueType:"720,575,50,0,微软雅黑,1,700,0,0,0,"+r.customer2}:{},{PTK_DrawText_TrueType:"50,625,60,0,微软雅黑,1,700,0,0,0,产品:"},{PTK_DrawText_TrueType:"200,625,50,0,微软雅黑,1,700,0,0,0,"+r.product_title1},r.product_title2?{PTK_DrawText_TrueType:"200,675,50,0,微软雅黑,1,700,0,0,0,"+r.product_title2}:{},{PTK_DrawText_TrueType:"600,625,60,0,微软雅黑,1,700,0,0,0,工艺:"},{PTK_DrawText_TrueType:"720,625,50,0,微软雅黑,1,700,0,0,0,"+r.process1},r.process2?{PTK_DrawText_TrueType:"720,675,50,0,微软雅黑,1,700,0,0,0,"+r.process2}:{},{PTK_DrawText_TrueType:"50,725,60,0,微软雅黑,1,700,0,0,0,花色:"},{PTK_DrawText_TrueType:"200,725,50,0,微软雅黑,1,700,0,0,0,"+r.color1},r.color2?{PTK_DrawText_TrueType:"200,775,50,0,微软雅黑,1,700,0,0,0,"+r.color2}:{},{PTK_DrawText_TrueType:"600,725,60,0,微软雅黑,1,700,0,0,0,数量:"},{PTK_DrawText_TrueType:"720,725,60,0,微软雅黑,1,700,0,0,0,"+r.num},{PTK_DrawText_TrueType:"30,825,60,0,微软雅黑,1,700,0,0,0,"+(r.dispatch_no?"派工单号:":r.box_no?"包装单号:":"工艺卡号")},{PTK_DrawText_TrueType:"230,825,60,0,微软雅黑,1,700,0,0,0,"+(r.dispatch_no?r.dispatch_no:r.box_no?r.box_no:r.flow_card_no)},r.is_s?{}:{PTK_DrawText_TrueType:"600,825,60,0,微软雅黑,1,700,0,0,0,包装日期:"},r.is_s?{}:{PTK_DrawText_TrueType:"800,825,60,0,微软雅黑,1,700,0,0,0,"+r.box_date},r.is_s?{PTK_DrawText_TrueType:"660,825,60,0,微软雅黑,1,700,0,0,0,经销商:"}:{},r.is_s?{PTK_DrawText_TrueType:"820,825,50,0,微软雅黑,1,700,0,0,0,"+r.dealer1}:{},r.is_s&&r.dealer2?{PTK_DrawText_TrueType:"820,875,50,0,微软雅黑,1,700,0,0,0,"+r.dealer2}:{},{PTK_RWRFIDLabel:`1,0,0,${r.chip.length/2},1,${r.chip}`},{PTK_PrintLabel:"1,1"}],t.push(...T)}),t.push({PTK_CloseUSBPort:""});let r=this,T=JSON.stringify(t);o.a.ajax({type:"post",url:"http://127.0.0.1:888/postek/print",data:{reqParam:1,printparams:T},dataType:"json",timeout:5e3,success:function(e){if("0"==e.retval){r.$Message.success("发送成功");let e={};e=1==r.type?{post:{dispatch_no_list:r.selectData.map(e=>e.dispatch_no)},url:"http://122.112.250.253:7774/jbl/api/module-data/dispatch_orders/dispatch_orders/diy/update_print_status"}:2==r.type?{post:{defective_order_no_list:r.selectData.map(e=>e.box_no)},url:"http://122.112.250.253:7774/jbl/api/module-data/box_orders/box_orders/diy/update_print_status"}:{post:{flow_card_no_list:r.selectData.map(e=>e.flow_card_no)},url:"http://122.112.250.253:7774/jbl/api/module-data/process_flow_card/process_flow_card/diy/update_print_status"},r.axios.post("/api/testdwy",e).then(e=>{200===e.code&&setTimeout(()=>{r.close()},200)})}else r.$Message.error("发送失败,返回结果:"+e.msg);setTimeout(()=>{r.state=!0},2e3)},error:function(){}})}}}},i=a,p=(r("bb4b"),r("2877")),l=Object(p["a"])(i,T,_,!1,null,"bd7169ba",null);t["default"]=l.exports}}]);
|