1 line
57 KiB
JavaScript
1 line
57 KiB
JavaScript
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([[0],{"0748":function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",[a("q-table",{staticClass:"my-sticky-header-table pd-10 common-table",attrs:{"hide-bottom":e.options.hideBottom,dense:e.options.dense,title:e.title,data:e.options.data,columns:e.options.columns,loading:e.options.loading,"row-key":e.options.key,"table-header-style":{backgroundColor:"#F8FBFF"},"rows-per-page-label":e.options.pageLabel,flat:e.options.flat},scopedSlots:e._u([{key:"loading",fn:function(){return[a("q-inner-loading",{attrs:{showing:"",color:"primary"}})]},proxy:!0},{key:"body",fn:function(t){return[a("q-tr",{attrs:{props:t}},e._l(t.cols,(function(s){return a("q-td",{key:s.name,attrs:{props:t}},[e._v("\n "+e._s(s.value)+"\n "),"edit"===s.name?e._t("tableEdit",null,{data:t.row}):e._e()],2)})),1)]}},e.showTop?{key:"top",fn:function(t){return[a("div",{staticClass:"row flex justify-between",staticStyle:{width:"100%"}},[a("div",{staticClass:"col-auto q-table__title tool-title"},[a("span",{staticClass:"icon"},[a("q-icon",{attrs:{name:"app:icon-a-shuju1"}})],1),a("span",{staticClass:"title"},[e._v(e._s(e.options.title))])]),a("div",{staticClass:"col-auto right_tool"},[a("table-search",{staticClass:"right_tool_icon",attrs:{searchOptions:e.searchOptions},on:{reset:e.reset,search:e.search}},[a("template",{slot:"query-form-item"},[e._t("search-item")],2)],2),a("q-btn",{staticClass:"full right_tool_icon",attrs:{flat:"",round:"",dense:"",icon:t.inFullscreen?"fullscreen_exit":"fullscreen"},on:{click:t.toggleFullscreen}})],1)])]}}:null,{key:"bottom",fn:function(){return[a("div",{staticClass:"row justify-between item-center pagination",staticStyle:{width:"100%"}},[a("div",{staticClass:"col-auto self-center"},[e._v("总条数:"+e._s(e.pagination.total))]),a("div",{staticClass:"col-auto"},[a("div",{staticClass:"row"},[a("div",{staticClass:"col-auto self-center select"},[e._v("\n 每页显示 "),a("q-select",{staticClass:"inline-block no-padding",staticStyle:{width:"40px"},attrs:{borderless:"",options:e.pagination.rowsOptions},model:{value:e.pagination.rowsPerPage,callback:function(t){e.$set(e.pagination,"rowsPerPage",t)},expression:"pagination.rowsPerPage"}}),e._v(" 条\n ")],1),a("div",{staticClass:"col-auto text-right self-center"},[a("q-pagination",{attrs:{color:"primary",max:20,"max-pages":6,"boundary-numbers":"","direction-links":""},model:{value:e.pagination.page,callback:function(t){e.$set(e.pagination,"page",t)},expression:"pagination.page"}})],1)])])])]},proxy:!0}],null,!0)})],1)},i=[],l=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("span",[a("q-icon",{staticClass:"icon-small",attrs:{name:"app:icon-search"},on:{click:function(t){e.show=!0}}}),a("q-dialog",{model:{value:e.show,callback:function(t){e.show=t},expression:"show"}},[a("q-card",{staticStyle:{width:"700px","max-width":"80vw"}},[a("q-card-section",[a("div",{staticClass:"text-h6"},[e._v(e._s(e.options.title))])]),a("q-card-section",{staticClass:"q-pt-none"},[a("q-form",{ref:"searchForm",staticClass:"searchForm"},[e._t("query-form-item")],2)],1),a("q-card-actions",{staticClass:"bg-white text-primary pd-b-20",attrs:{align:"center"}},[e.options.needReset?a("q-btn",{attrs:{label:"清空",rounded:"",type:"reset"},on:{click:e.onReset}}):e._e(),a("q-btn",{attrs:{label:"搜索",rounded:"",color:"primary"},on:{click:e.onSearch}})],1)],1)],1)],1)},r=[],n={name:"CommonDialog",props:{searchOptions:Object},computed:{options(){let e=this.searchOptions?this.searchOptions:{},t={title:"搜索",needReset:!0};return Object.assign({},t,e)}},data(){return{show:!1}},methods:{onReset(){this.$emit("reset")},onSearch(){this.$emit("search"),this.show=!1},onSubmit(){}}},o=n,d=(a("8b2c"),a("2877")),c=a("0016"),m=a("24e8"),f=a("f09f"),u=a("a370"),p=a("0378"),h=a("4b7e"),b=a("9c40"),g=a("7f67"),v=a("eebe"),C=a.n(v),w=Object(d["a"])(o,l,r,!1,null,"51416bf9",null),y=w.exports;C()(w,"components",{QIcon:c["a"],QDialog:m["a"],QCard:f["a"],QCardSection:u["a"],QForm:p["a"],QCardActions:h["a"],QBtn:b["a"]}),C()(w,"directives",{ClosePopup:g["a"]});var A={name:"CommonTable",props:{searchOptions:Object,tableOptions:Object,title:{type:String,default:""},showTop:{type:Boolean,default:!0}},computed:{options(){let e=this.tableOptions?this.tableOptions:{},t={title:"数据填写",data:[],columns:"",loading:"",key:"",dense:!1,hideBottom:!1,flat:!0};return Object.assign({},t,e)}},watch:{pagination:{handler:function(e){console.log(e,"val"),this.$emit("getTableData")},deep:!0}},data(){return{pagination:{page:1,rowsPerPage:15,pagesNumber:10,rowsOptions:[5,10,15,20,25,30],total:100}}},components:{TableSearch:y},methods:{reset(){this.$emit("resetSearch")},search(){this.$emit("search")}}},B=A,S=(a("30f2"),a("eaac")),x=a("74f7"),q=a("bd08"),k=a("db86"),D=a("ddd8"),R=a("3b16"),I=a("8572"),F=Object(d["a"])(B,s,i,!1,null,"43999e37",null);t["a"]=F.exports;C()(F,"components",{QTable:S["a"],QInnerLoading:x["a"],QTr:q["a"],QTd:k["a"],QIcon:c["a"],QBtn:b["a"],QSelect:D["a"],QPagination:R["a"],QField:I["a"]})},"0b70":function(e,t,a){},2039:function(e,t,a){"use strict";a("8a47")},2691:function(e,t,a){"use strict";a.r(t);var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"title"},[e._v("\n "+e._s(e.title)+"\n")])},i=[],l={name:"opticsTitle",props:{title:{type:String,default:""}},data(){return{}}},r=l,n=(a("2039"),a("2877")),o=Object(n["a"])(r,s,i,!1,null,"7575e044",null);t["default"]=o.exports},"30d4":function(e,t,a){"use strict";a.r(t);var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",[a("div",{staticClass:"crad"},[a("div",{staticClass:"title"},[e._v("\n "+e._s(e.title)+"\n ")]),e.showCardForm?a("div",{staticClass:"icon"},e._l(e.cardForm,(function(t,s){return a("div",{key:s,staticClass:"icon-content",class:e.cardForm.length-1===s?"borderNone":""},[a("div",{staticClass:"left_icon"},[a("div",{staticClass:"icon",style:"backgroundColor:"+t.bColor},[t.name?a("q-icon",{attrs:{name:t.name}}):e._e(),t.class?a("q-icon",{class:t.class}):e._e()],1)]),a("div",{staticClass:"box"},[a("div",{staticClass:"box-title"},[e._v(e._s(t.title))]),t.value?a("div",{staticClass:"value"},[e._v(e._s(t.value))]):a("div",{staticClass:"value grey"},[e._v("暂无数据")])])])})),0):e._e(),a("div",{staticStyle:{padding:"0 20px 20px 20px"}},[e._t("body")],2)])])},i=[],l={name:"opticsTitleCrad",props:{title:{default:"基础信息",type:String},cardForm:{default:()=>[],type:Array},showCardForm:{default:!1,type:Boolean}}},r=l,n=(a("f98c"),a("2877")),o=a("0016"),d=a("eebe"),c=a.n(d),m=Object(n["a"])(r,s,i,!1,null,"a0b27c26",null);t["default"]=m.exports;c()(m,"components",{QIcon:o["a"]})},"30f2":function(e,t,a){"use strict";a("7dea")},"3ec8":function(e,t,a){"use strict";a.r(t);var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"body_style common-form"},[a("optics-title-crad",{attrs:{title:"数据录入"}},[a("template",{slot:"body"},[a("q-form",{staticClass:"q-gutter-md mg-t-20 minHeight"},[a("div",{staticClass:"row"},[a("div",{staticClass:"col mg-r-20"},[a("div",{staticClass:"label radio"},[e._v("检验结果")]),a("q-select",{attrs:{placeholder:"请输入",filled:"",dense:""}})],1),a("div",{staticClass:"col mg-r-20"},[a("div",{staticClass:"label radio"},[e._v("入库类型")]),a("q-select",{attrs:{placeholder:"请选择",filled:"",dense:""}})],1),a("div",{staticClass:"col mg-r-20"},[a("div",{staticClass:"label"},[e._v("备注")]),a("q-input",{attrs:{placeholder:"请输入",dense:""}})],1)])])],1)],2)],1)},i=[],l=a("30d4"),r={name:"jingbangpanding",components:{opticsTitleCrad:l["default"]}},n=r,o=(a("c304"),a("2877")),d=a("0378"),c=a("ddd8"),m=a("27f9"),f=a("eebe"),u=a.n(f),p=Object(o["a"])(n,s,i,!1,null,"759da994",null);t["default"]=p.exports;u()(p,"components",{QForm:d["a"],QSelect:c["a"],QInput:m["a"]})},"506d":function(e,t,a){"use strict";a.r(t);var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"dataContent"},[a("div",{staticClass:"shadow-box mg-t-20 pd-20"},[a("div",[a("common-title",{staticStyle:{padding:"10px 0"},attrs:{needIcon:!1,title:"数据录入"}})],1),a("q-form",{ref:"Axiang_form1",staticClass:"q-gutter-md mg-t-20"},[a("div",{staticClass:"row"},[a("div",{staticClass:"col-md-4 pd-r-20"},[a("div",{staticClass:"label radio",class:{disable:e.disable}},[e._v("R向检验")]),a("q-select",{attrs:{placeholder:"请输入",rules:[function(e){return""!==e&&null!==e}],options:e.checkRList,"emit-value":"",disable:e.disable,filled:"",dense:""},model:{value:e.form.rdirection,callback:function(t){e.$set(e.form,"rdirection",t)},expression:"form.rdirection"}})],1)])]),a("div",[a("common-title",{staticStyle:{padding:"10px 0"},attrs:{needIcon:!1,title:"向下"}})],1),a("q-form",{ref:"Axiang_form2"},[a("FormTable",{attrs:{labels:e.underForm.label}},[a("template",{slot:"tbody"},[a("tr",[a("td",[e._v("A面")]),a("td",[a("q-input",{attrs:{placeholder:"请输入",filled:"",dense:"",disable:e.disable,type:"number",rules:[function(e){return""!==e}]},model:{value:e.form.downADegree,callback:function(t){e.$set(e.form,"downADegree",e._n(t))},expression:"form.downADegree"}})],1),a("td",[a("q-input",{attrs:{placeholder:"请输入",filled:"",dense:"",disable:e.disable,type:"number",rules:[function(e){return""!==e&&e<60&&e>0}]},model:{value:e.form.downABranch,callback:function(t){e.$set(e.form,"downABranch",e._n(t))},expression:"form.downABranch"}})],1),a("td",[a("q-input",{attrs:{placeholder:"请输入",type:"number",filled:"",dense:"",disable:e.disable,rules:[function(e){return""!==e&&e<60&&e>0}]},model:{value:e.form.downASecond,callback:function(t){e.$set(e.form,"downASecond",e._n(t))},expression:"form.downASecond"}})],1)]),a("tr",[a("td",[e._v("B面")]),a("td",[a("q-input",{attrs:{placeholder:"请输入",filled:"",dense:"",rules:[function(e){return""!==e}],disable:e.disable},model:{value:e.form.downBDegree,callback:function(t){e.$set(e.form,"downBDegree",t)},expression:"form.downBDegree"}})],1),a("td",[a("q-input",{attrs:{placeholder:"请输入",type:"number",filled:"",disable:e.disable,dense:"",rules:[function(e){return""!==e&&e<60&&e>0}]},model:{value:e.form.downBBranch,callback:function(t){e.$set(e.form,"downBBranch",e._n(t))},expression:"form.downBBranch"}})],1),a("td",[a("q-input",{attrs:{placeholder:"请输入",type:"number",filled:"",dense:"",disable:e.disable,rules:[function(e){return""!==e&&e<60&&e>0}]},model:{value:e.form.downBSecond,callback:function(t){e.$set(e.form,"downBSecond",e._n(t))},expression:"form.downBSecond"}})],1)])])],2)],1),a("div",{staticClass:"mg-t-20"},[a("common-title",{staticStyle:{padding:"10px 0"},attrs:{needIcon:!1,title:"向上"}})],1),a("q-form",{ref:"Axiang_form3"},[a("FormTable",{attrs:{labels:e.upForm.label}},[a("template",{slot:"tbody"},[a("tr",[a("td",[e._v("A面")]),a("td",[a("q-input",{attrs:{placeholder:"请输入",filled:"",dense:"",rules:[function(e){return""!==e}],disable:e.disable},model:{value:e.form.upwardADegree,callback:function(t){e.$set(e.form,"upwardADegree",t)},expression:"form.upwardADegree"}})],1),a("td",[a("q-input",{attrs:{placeholder:"请输入",filled:"",dense:"",disable:e.disable,rules:[function(e){return""!==e&&e<60&&e>0}]},model:{value:e.form.upwardABranch,callback:function(t){e.$set(e.form,"upwardABranch",e._n(t))},expression:"form.upwardABranch"}})],1),a("td",[a("q-input",{attrs:{placeholder:"请输入",type:"number",filled:"",disable:e.disable,dense:"",rules:[function(e){return""!==e&&e<60&&e>0}]},model:{value:e.form.upwardASecond,callback:function(t){e.$set(e.form,"upwardASecond",e._n(t))},expression:"form.upwardASecond"}})],1)]),a("tr",[a("td",[e._v("B面")]),a("td",[a("q-input",{attrs:{placeholder:"请输入",filled:"",dense:"",rules:[function(e){return""!==e}],disable:e.disable},model:{value:e.form.upwardBDegree,callback:function(t){e.$set(e.form,"upwardBDegree",t)},expression:"form.upwardBDegree"}})],1),a("td",[a("q-input",{attrs:{placeholder:"请输入",type:"number",filled:"",dense:"",disable:e.disable,rules:[function(e){return""!==e&&e<60&&e>0}]},model:{value:e.form.upwardBBranch,callback:function(t){e.$set(e.form,"upwardBBranch",e._n(t))},expression:"form.upwardBBranch"}})],1),a("td",[a("q-input",{attrs:{placeholder:"请输入",type:"number",filled:"",disable:e.disable,dense:"",rules:[function(e){return""!==e&&e<60&&e>0}]},model:{value:e.form.upwardBSecond,callback:function(t){e.$set(e.form,"upwardBSecond",e._n(t))},expression:"form.upwardBSecond"}})],1)])])],2)],1)],1)])},i=[],l=(a("ddb0"),a("6e23")),r=a("9951"),n={name:"Axiang",props:{prodId:{type:Number},stickId:{type:Number},disable:{type:Boolean}},components:{FormTable:l["default"],CommonTitle:r["default"]},data(){return{underForm:{label:["",{width:"350px",name:"度"},{width:"350px",name:"分"},{width:"350px",name:"秒"}]},upForm:{label:["",{width:"350px",name:"度"},{width:"350px",name:"分"},{width:"350px",name:"秒"}]},form:{rdirection:"",upwardADegree:"",upwardABranch:"",upwardASecond:"",upwardBDegree:"",upwardBBranch:"",upwardBSecond:"",downADegree:"",downABranch:"",downASecond:"",downBDegree:"",downBBranch:"",downBSecond:""},checkFormPromiseList:[],checkRList:[{label:"R9",value:"R9"},{label:"NG",value:"NG"}]}},methods:{getValue(){this.form.rdirection="R9",this.form.upwardADegree="20",this.form.upwardBDegree="20",this.form.downADegree="20",this.form.downBDegree="20"},checkForm(e){const t=new Promise(((t,a)=>{this.$refs[e].validate().then((e=>{e&&t()}))}));this.checkFormPromiseList.push(t)},submitForm(){this.checkFormPromiseList=[],this.checkForm("Axiang_form1"),this.checkForm("Axiang_form2"),this.checkForm("Axiang_form3"),this.$confirm({title:"提示",message:"是否过站?",btn:{okText:"确定",cancelText:"取消"}}).then((()=>Promise.all(this.checkFormPromiseList).then((()=>this.$http({url:"/pad/barInspection/passADirection",method:"post",data:{...this.form,prodId:this.prodId,stickId:this.stickId,stepId:18}}).then((e=>e)))))).catch((()=>{}))},resetForm(){this.form=this.$options.data().form,this.checkFormPromiseList=[],this.$nextTick((()=>{this.$refs["Axiang_form1"].resetValidation(),this.$refs["Axiang_form2"].resetValidation(),this.$refs["Axiang_form3"].resetValidation()}))}}},o=n,d=(a("f189"),a("2877")),c=a("0378"),m=a("ddd8"),f=a("27f9"),u=a("eebe"),p=a.n(u),h=Object(d["a"])(o,s,i,!1,null,"54562198",null);t["default"]=h.exports;p()(h,"components",{QForm:c["a"],QSelect:m["a"],QInput:f["a"]})},"562d":function(e,t,a){},"58af":function(e,t,a){"use strict";a("0b70")},"5e31":function(e,t,a){"use strict";a("8637")},6142:function(e,t,a){},"6d2c":function(e,t,a){},"6e23":function(e,t,a){"use strict";a.r(t);var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"fomr_table"},[a("table",{attrs:{border:"0"}},[a("thead",[a("tr",e._l(e.labels,(function(t,s){return a("th",{key:s,style:{width:t.width?t.width:"auto"}},[e._v(e._s(t.name?t.name:t))])})),0)]),a("tbody",[e._t("tbody")],2)])])},i=[],l={name:"formtable",props:{labels:{type:Array,default:()=>[]}},data(){return{}}},r=l,n=(a("ee72"),a("2877")),o=Object(n["a"])(r,s,i,!1,null,"f854a9fc",null);t["default"]=o.exports},"7dea":function(e,t,a){},"7e62":function(e,t,a){},"7fbb":function(e,t,a){"use strict";a.r(t);var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",[a("div",{},[a("div",{staticClass:"common-form mg-b-20"},[a("div",{staticClass:"shadow-box pd-20"},[e._m(0),a("div",{staticClass:"form_content"},[a("q-form",{ref:"chengping_form1",staticClass:"q-gutter-md mg-t-20"},[a("div",{staticClass:"row"},[a("div",{staticClass:"col-md-3 pd-r-20"},[a("div",{staticClass:"label radio",class:{disable:e.disable}},[e._v("\n 平边长\n ")]),a("q-input",{attrs:{placeholder:"请输入",type:"number",disable:e.disable,rules:[function(e){return""!==e}],filled:"",dense:""},model:{value:e.form.flatSideLength,callback:function(t){e.$set(e.form,"flatSideLength",e._n(t))},expression:"form.flatSideLength"}})],1),a("div",{staticClass:"col-md-3 pd-r-20"},[a("div",{staticClass:"label radio",class:{disable:e.disable}},[e._v("\n 成品长度\n ")]),a("q-input",{attrs:{placeholder:"请输入",type:"number",disable:e.disable,rules:[function(e){return""!==e}],filled:"",dense:""},model:{value:e.form.finishedLength,callback:function(t){e.$set(e.form,"finishedLength",e._n(t))},expression:"form.finishedLength"}})],1),a("div",{staticClass:"col-md-3 pd-r-20"},[a("div",{staticClass:"label radio",class:{disable:e.disable}},[e._v("\n 重量\n ")]),a("q-input",{attrs:{placeholder:"请输入",type:"number",disable:e.disable,rules:[function(e){return""!==e}],filled:"",dense:""},model:{value:e.form.weight,callback:function(t){e.$set(e.form,"weight",e._n(t))},expression:"form.weight"}})],1)]),a("q-separator")],1)],1),e._m(1),a("div",{staticClass:"form_content"},[a("q-form",{ref:"chengping_form2",staticClass:"q-gutter-md mg-t-20"},[a("div",{staticClass:"row"},[a("div",{staticClass:"col mg-r-20"},[a("div",{staticClass:"label radio",class:{disable:e.disable}},[e._v("\n A面直径1\n ")]),a("q-input",{attrs:{placeholder:"请输入",type:"number",disable:e.disable,rules:[function(e){return""!==e}],filled:"",dense:""},model:{value:e.form.aSurfaceDiameterOne,callback:function(t){e.$set(e.form,"aSurfaceDiameterOne",e._n(t))},expression:"form.aSurfaceDiameterOne"}})],1),a("div",{staticClass:"col mg-r-20"},[a("div",{staticClass:"label radio",class:{disable:e.disable}},[e._v("\n A面直径2\n ")]),a("q-input",{attrs:{placeholder:"请输入",type:"number",disable:e.disable,rules:[function(e){return""!==e}],filled:"",dense:""},model:{value:e.form.aSurfaceDiameterTwo,callback:function(t){e.$set(e.form,"aSurfaceDiameterTwo",e._n(t))},expression:"form.aSurfaceDiameterTwo"}})],1),a("div",{staticClass:"col mg-r-20"},[a("div",{staticClass:"label radio",class:{disable:e.disable}},[e._v("\n A面直径3\n ")]),a("q-input",{attrs:{placeholder:"请输入",type:"number",disable:e.disable,rules:[function(e){return""!==e}],filled:"",dense:""},model:{value:e.form.aSurfaceDiameterThree,callback:function(t){e.$set(e.form,"aSurfaceDiameterThree",e._n(t))},expression:"form.aSurfaceDiameterThree"}})],1),a("div",{staticClass:"col mg-r-20"},[a("div",{staticClass:"label radio",class:{disable:e.disable}},[e._v("\n OF边直径\n ")]),a("q-input",{attrs:{placeholder:"请输入",type:"number",disable:e.disable,rules:[function(e){return""!==e}],filled:"",dense:""},model:{value:e.form.aOfSideDiameter,callback:function(t){e.$set(e.form,"aOfSideDiameter",e._n(t))},expression:"form.aOfSideDiameter"}})],1)]),a("q-separator")],1)],1),e._m(2),a("div",{staticClass:"form_content"},[a("q-form",{ref:"chengping_form3",staticClass:"q-gutter-md mg-t-20"},[a("div",{staticClass:"row"},[a("div",{staticClass:"col mg-r-20"},[a("div",{staticClass:"label radio",class:{disable:e.disable}},[e._v("\n B面直径1\n ")]),a("q-input",{attrs:{placeholder:"请输入",type:"number",disable:e.disable,rules:[function(e){return""!==e}],filled:"",dense:""},model:{value:e.form.bSurfaceDiameterOne,callback:function(t){e.$set(e.form,"bSurfaceDiameterOne",e._n(t))},expression:"form.bSurfaceDiameterOne"}})],1),a("div",{staticClass:"col mg-r-20"},[a("div",{staticClass:"label radio",class:{disable:e.disable}},[e._v("\n B面直径2\n ")]),a("q-input",{attrs:{placeholder:"请输入",type:"number",disable:e.disable,rules:[function(e){return""!==e}],filled:"",dense:""},model:{value:e.form.bSurfaceDiameterTwo,callback:function(t){e.$set(e.form,"bSurfaceDiameterTwo",e._n(t))},expression:"form.bSurfaceDiameterTwo"}})],1),a("div",{staticClass:"col mg-r-20"},[a("div",{staticClass:"label radio",class:{disable:e.disable}},[e._v("\n B面直径3\n ")]),a("q-input",{attrs:{placeholder:"请输入",type:"number",disable:e.disable,rules:[function(e){return""!==e}],filled:"",dense:""},model:{value:e.form.bSurfaceDiameterThree,callback:function(t){e.$set(e.form,"bSurfaceDiameterThree",e._n(t))},expression:"form.bSurfaceDiameterThree"}})],1),a("div",{staticClass:"col mg-r-20"},[a("div",{staticClass:"label radio",class:{disable:e.disable}},[e._v("\n OF边直径\n ")]),a("q-input",{attrs:{placeholder:"请输入",type:"number",disable:e.disable,rules:[function(e){return""!==e}],filled:"",dense:""},model:{value:e.form.bOfSideDiameter,callback:function(t){e.$set(e.form,"bOfSideDiameter",e._n(t))},expression:"form.bOfSideDiameter"}})],1)]),a("q-separator")],1)],1),e._m(3),a("div",{staticClass:"form_content"},[a("q-form",{ref:"chengping_form4",staticClass:"q-gutter-md mg-t-20"},[a("div",{staticClass:"row"},[a("div",{staticClass:"col mg-r-20"},[a("div",{staticClass:"label",class:{disable:e.disable}},[e._v("\n 中间直径1\n ")]),a("q-input",{attrs:{placeholder:"请输入",type:"number",disable:e.disable,filled:"",dense:""},model:{value:e.form.intermediateDiameterOne,callback:function(t){e.$set(e.form,"intermediateDiameterOne",e._n(t))},expression:"form.intermediateDiameterOne"}})],1),a("div",{staticClass:"col mg-r-20"},[a("div",{staticClass:"label",class:{disable:e.disable}},[e._v("\n 中间直径2\n ")]),a("q-input",{attrs:{placeholder:"请输入",type:"number",disable:e.disable,filled:"",dense:""},model:{value:e.form.intermediateDiameterTwo,callback:function(t){e.$set(e.form,"intermediateDiameterTwo",e._n(t))},expression:"form.intermediateDiameterTwo"}})],1),a("div",{staticClass:"col mg-r-20"},[a("div",{staticClass:"label",class:{disable:e.disable}},[e._v("\n 中间直径3\n ")]),a("q-input",{attrs:{placeholder:"请输入",type:"number",disable:e.disable,filled:"",dense:""},model:{value:e.form.intermediateDiameterOhree,callback:function(t){e.$set(e.form,"intermediateDiameterOhree",e._n(t))},expression:"form.intermediateDiameterOhree"}})],1),a("div",{staticClass:"col mg-r-20"},[a("div",{staticClass:"label",class:{disable:e.disable}},[e._v("\n OF边直径\n ")]),a("q-input",{attrs:{placeholder:"请输入",type:"number",disable:e.disable,filled:"",dense:""},model:{value:e.form.intermediateDiameterOfSide,callback:function(t){e.$set(e.form,"intermediateDiameterOfSide",e._n(t))},expression:"form.intermediateDiameterOfSide"}})],1)]),a("q-separator")],1)],1),a("div",{staticClass:"form_content"},[a("q-form",{ref:"chengping_form5",staticClass:"q-gutter-md mg-t-20"},[a("div",{staticClass:"row"},[a("div",{staticClass:"col mg-r-20"},[a("div",{staticClass:"label radio",class:{disable:e.disable}},[e._v("\n 圆柱度\n ")]),a("q-input",{attrs:{placeholder:"请输入",disable:e.disable,rules:[function(e){return""!==e}],filled:"",dense:""},model:{value:e.form.cylindricityc,callback:function(t){e.$set(e.form,"cylindricityc",t)},expression:"form.cylindricityc"}})],1),a("div",{staticClass:"col mg-r-20"},[a("div",{staticClass:"label radio",class:{disable:e.disable}},[e._v("\n 真圆度\n ")]),a("q-input",{attrs:{placeholder:"请输入",disable:e.disable,rules:[function(e){return""!==e}],filled:"",dense:""},model:{value:e.form.trueRoundness,callback:function(t){e.$set(e.form,"trueRoundness",t)},expression:"form.trueRoundness"}})],1),a("div",{staticClass:"col mg-r-20"},[a("div",{staticClass:"label",class:{disable:e.disable}},[e._v("\n 气泡\n ")]),a("q-input",{attrs:{placeholder:"请输入",disable:e.disable,filled:"",dense:""},model:{value:e.form.bubble,callback:function(t){e.$set(e.form,"bubble",t)},expression:"form.bubble"}})],1),a("div",{staticClass:"col mg-r-20"},[a("div",{staticClass:"label",class:{disable:e.disable}},[e._v("\n 崩边\n ")]),a("q-input",{attrs:{placeholder:"请输入",disable:e.disable,filled:"",dense:""},model:{value:e.form.chipping,callback:function(t){e.$set(e.form,"chipping",t)},expression:"form.chipping"}})],1)]),a("div",{staticClass:"row"},[a("div",{staticClass:"col-md-3 pd-r-20"},[a("div",{staticClass:"label",class:{disable:e.disable}},[e._v("\n 裂纹\n ")]),a("q-input",{attrs:{placeholder:"请输入",disable:e.disable,filled:"",dense:""},model:{value:e.form.crackle,callback:function(t){e.$set(e.form,"crackle",t)},expression:"form.crackle"}})],1),a("div",{staticClass:"col-md-3 pd-r-20"},[a("div",{staticClass:"label",class:{disable:e.disable}},[e._v("\n 云雾黑\n ")]),a("q-input",{attrs:{placeholder:"请输入",disable:e.disable,filled:"",dense:""},model:{value:e.form.cloudBlack,callback:function(t){e.$set(e.form,"cloudBlack",t)},expression:"form.cloudBlack"}})],1),a("div",{staticClass:"col-md-3 pd-r-20"},[a("div",{staticClass:"label",class:{disable:e.disable}},[e._v("\n 原客户NG原因\n ")]),a("q-input",{attrs:{placeholder:"请输入",disable:e.disable,filled:"",dense:""},model:{value:e.form.originalCustomerNgReason,callback:function(t){e.$set(e.form,"originalCustomerNgReason",t)},expression:"form.originalCustomerNgReason"}})],1)]),a("div",{staticClass:"row"},[a("div",{staticClass:"col-md-12 pd-r-20"},[a("div",{staticClass:"label",class:{disable:e.disable}},[e._v("\n 备注\n ")]),a("q-input",{attrs:{placeholder:"请输入",disable:e.disable,dense:""},model:{value:e.form.remarks,callback:function(t){e.$set(e.form,"remarks",t)},expression:"form.remarks"}})],1)])])],1)])])])])},i=[function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"tool-title row flex items-center",staticStyle:{width:"100%"}},[a("div",{staticClass:"tool_left col"},[a("span",{staticClass:"title"},[e._v("数据录入")])])])},function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"tool-title row flex items-center mg-t-20",staticStyle:{width:"100%"}},[a("div",{staticClass:"tool_left col"},[a("span",{staticClass:"title"},[e._v("A面数据")])])])},function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"tool-title row flex items-center mg-t-20",staticStyle:{width:"100%"}},[a("div",{staticClass:"tool_left col"},[a("span",{staticClass:"title"},[e._v("B面数据")])])])},function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"tool-title row flex items-center mg-t-20",staticStyle:{width:"100%"}},[a("div",{staticClass:"tool_left col"},[a("span",{staticClass:"title"},[e._v("晶棒直径(晶棒直径≤90mm时填写)")])])])}],l=(a("ddb0"),{name:"chengping",props:{prodId:{type:Number},stickId:{type:Number},disable:{type:Boolean}},data(){return{form:{flatSideLength:"",aSurfaceDiameterOne:"",aSurfaceDiameterTwo:"",aSurfaceDiameterThree:"",aOfSideDiameter:"",bSurfaceDiameterOne:"",bSurfaceDiameterTwo:"",bSurfaceDiameterThree:"",bOfSideDiameter:"",intermediateDiameterOne:"",intermediateDiameterTwo:"",intermediateDiameterOhree:"",intermediateDiameterOfSide:"",cylindricityc:"",trueRoundness:"",bubble:"",chipping:"",crackle:"",cloudBlack:"",finishedLength:"",weight:"",originalCustomerNgReason:"",remarks:""},checkFormPromiseList:[]}},methods:{getValue(){},checkForm(e){const t=new Promise(((t,a)=>{this.$refs[e].validate().then((e=>{e&&t()}))}));this.checkFormPromiseList.push(t)},submitForm(){this.checkFormPromiseList=[],this.checkForm("chengping_form1"),this.checkForm("chengping_form2"),this.checkForm("chengping_form3"),this.checkForm("chengping_form4"),this.checkForm("chengping_form5"),this.$confirm({title:"提示",message:"是否过站?",btn:{okText:"确定",cancelText:"取消"}}).then((()=>Promise.all(this.checkFormPromiseList).then((()=>this.$http({url:"/pad/barInspection/passStation",method:"post",data:{...this.form,prodId:this.prodId,stickId:this.stickId,stepId:20}}).then((e=>e)))))).catch((()=>{}))},resetForm(){this.form=this.$options.data().form,this.checkFormPromiseList=[],this.$nextTick((()=>{this.$refs["chengping_form1"].resetValidation(),this.$refs["chengping_form2"].resetValidation(),this.$refs["chengping_form3"].resetValidation(),this.$refs["chengping_form4"].resetValidation(),this.$refs["chengping_form5"].resetValidation()}))}}}),r=l,n=(a("8fcf"),a("2877")),o=a("0378"),d=a("27f9"),c=a("eb85"),m=a("eebe"),f=a.n(m),u=Object(n["a"])(r,s,i,!1,null,"13eb6e1e",null);t["default"]=u.exports;f()(u,"components",{QForm:o["a"],QInput:d["a"],QSeparator:c["a"]})},"84f8":function(e,t,a){"use strict";a.r(t);var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"dataContent"},[a("div",{staticClass:"shadow-box pd-20 mg-t-20"},[a("div",[a("common-title",{staticStyle:{padding:"10px 0"},attrs:{needIcon:!1,title:"数据录入"}})],1),a("div",[a("common-title",{staticStyle:{padding:"10px 0"},attrs:{needIcon:!1,title:"平面朝下"}})],1),a("q-form",{ref:"Cxiang_form1"},[a("FormTable",{attrs:{labels:e.underForm.label}},[a("template",{slot:"tbody"},[a("tr",[a("td",[e._v("A面")]),a("td",[a("q-input",{attrs:{placeholder:"请输入",disable:e.disable,rules:[function(e){return""!==e}],filled:"",dense:""},model:{value:e.form.flatedgeDownADegree,callback:function(t){e.$set(e.form,"flatedgeDownADegree",t)},expression:"form.flatedgeDownADegree"}})],1),a("td",[a("q-input",{attrs:{placeholder:"请输入",type:"number",disable:e.disable,rules:[function(e){return""!==e&&e<60&&e>0}],filled:"",dense:""},model:{value:e.form.flatedgeDownABranch,callback:function(t){e.$set(e.form,"flatedgeDownABranch",e._n(t))},expression:"form.flatedgeDownABranch"}})],1),a("td",[a("q-input",{attrs:{placeholder:"请输入",type:"number",disable:e.disable,rules:[function(e){return""!==e&&e<60&&e>0}],filled:"",dense:""},model:{value:e.form.flatedgeDownASecond,callback:function(t){e.$set(e.form,"flatedgeDownASecond",e._n(t))},expression:"form.flatedgeDownASecond"}})],1)]),a("tr",[a("td",[e._v("B面")]),a("td",[a("q-input",{attrs:{placeholder:"请输入",disable:e.disable,rules:[function(e){return""!==e}],filled:"",dense:""},model:{value:e.form.flatedgeDownBDegree,callback:function(t){e.$set(e.form,"flatedgeDownBDegree",t)},expression:"form.flatedgeDownBDegree"}})],1),a("td",[a("q-input",{attrs:{placeholder:"请输入",type:"number",disable:e.disable,rules:[function(e){return""!==e&&e<60&&e>0}],filled:"",dense:""},model:{value:e.form.flatedgeDownBBranch,callback:function(t){e.$set(e.form,"flatedgeDownBBranch",e._n(t))},expression:"form.flatedgeDownBBranch"}})],1),a("td",[a("q-input",{attrs:{placeholder:"请输入",type:"number",disable:e.disable,rules:[function(e){return""!==e&&e<60&&e>0}],filled:"",dense:""},model:{value:e.form.flatedgeDownBSecond,callback:function(t){e.$set(e.form,"flatedgeDownBSecond",e._n(t))},expression:"form.flatedgeDownBSecond"}})],1)])])],2)],1),a("div",{staticClass:"mg-t-20"},[a("common-title",{staticStyle:{padding:"10px 0"},attrs:{needIcon:!1,title:"平面朝上"}})],1),a("q-form",{ref:"Cxiang_form2"},[a("FormTable",{attrs:{labels:e.upForm.label}},[a("template",{slot:"tbody"},[a("tr",[a("td",[e._v("A面")]),a("td",[a("q-input",{attrs:{placeholder:"请输入",disable:e.disable,rules:[function(e){return""!==e}],filled:"",dense:""},model:{value:e.form.flatedgeUpADegree,callback:function(t){e.$set(e.form,"flatedgeUpADegree",t)},expression:"form.flatedgeUpADegree"}})],1),a("td",[a("q-input",{attrs:{placeholder:"请输入",type:"number",disable:e.disable,rules:[function(e){return""!==e&&e<60&&e>0}],filled:"",dense:""},model:{value:e.form.flatedgeUpABranch,callback:function(t){e.$set(e.form,"flatedgeUpABranch",e._n(t))},expression:"form.flatedgeUpABranch"}})],1),a("td",[a("q-input",{attrs:{placeholder:"请输入",type:"number",disable:e.disable,rules:[function(e){return""!==e&&e<60&&e>0}],filled:"",dense:""},model:{value:e.form.flatedgeUpASecond,callback:function(t){e.$set(e.form,"flatedgeUpASecond",e._n(t))},expression:"form.flatedgeUpASecond"}})],1)]),a("tr",[a("td",[e._v("B面")]),a("td",[a("q-input",{attrs:{placeholder:"请输入",disable:e.disable,rules:[function(e){return""!==e}],filled:"",dense:""},model:{value:e.form.flatedgeUpBDegree,callback:function(t){e.$set(e.form,"flatedgeUpBDegree",t)},expression:"form.flatedgeUpBDegree"}})],1),a("td",[a("q-input",{attrs:{placeholder:"请输入",type:"number",disable:e.disable,rules:[function(e){return""!==e&&e<60&&e>0}],filled:"",dense:""},model:{value:e.form.flatedgeUpBBranch,callback:function(t){e.$set(e.form,"flatedgeUpBBranch",e._n(t))},expression:"form.flatedgeUpBBranch"}})],1),a("td",[a("q-input",{attrs:{placeholder:"请输入",type:"number",disable:e.disable,rules:[function(e){return""!==e&&e<60&&e>0}],filled:"",dense:""},model:{value:e.form.flatedgeUpBSecond,callback:function(t){e.$set(e.form,"flatedgeUpBSecond",e._n(t))},expression:"form.flatedgeUpBSecond"}})],1)])])],2)],1),a("div",{staticClass:"mg-t-20"},[a("common-title",{staticStyle:{padding:"10px 0"},attrs:{needIcon:!1,title:"平面朝左"}})],1),a("q-form",{ref:"Cxiang_form3"},[a("FormTable",{attrs:{labels:e.leftForm.label}},[a("template",{slot:"tbody"},[a("tr",[a("td",[e._v("A面")]),a("td",[a("q-input",{attrs:{placeholder:"请输入",disable:e.disable,rules:[function(e){return""!==e}],filled:"",dense:""},model:{value:e.form.flatedgeLeftADegree,callback:function(t){e.$set(e.form,"flatedgeLeftADegree",t)},expression:"form.flatedgeLeftADegree"}})],1),a("td",[a("q-input",{attrs:{placeholder:"请输入",type:"number",disable:e.disable,rules:[function(e){return""!==e&&e<60&&e>0}],filled:"",dense:""},model:{value:e.form.flatedgeLeftABranch,callback:function(t){e.$set(e.form,"flatedgeLeftABranch",e._n(t))},expression:"form.flatedgeLeftABranch"}})],1),a("td",[a("q-input",{attrs:{placeholder:"请输入",type:"number",disable:e.disable,rules:[function(e){return""!==e&&e<60&&e>0}],filled:"",dense:""},model:{value:e.form.flatedgeLeftASecond,callback:function(t){e.$set(e.form,"flatedgeLeftASecond",e._n(t))},expression:"form.flatedgeLeftASecond"}})],1)]),a("tr",[a("td",[e._v("B面")]),a("td",[a("q-input",{attrs:{placeholder:"请输入",disable:e.disable,rules:[function(e){return""!==e}],filled:"",dense:""},model:{value:e.form.flatedgeLeftBDegree,callback:function(t){e.$set(e.form,"flatedgeLeftBDegree",t)},expression:"form.flatedgeLeftBDegree"}})],1),a("td",[a("q-input",{attrs:{placeholder:"请输入",type:"number",disable:e.disable,rules:[function(e){return""!==e&&e<60&&e>0}],filled:"",dense:""},model:{value:e.form.flatedgeLeftBBranch,callback:function(t){e.$set(e.form,"flatedgeLeftBBranch",e._n(t))},expression:"form.flatedgeLeftBBranch"}})],1),a("td",[a("q-input",{attrs:{placeholder:"请输入",type:"number",disable:e.disable,rules:[function(e){return""!==e&&e<60&&e>0}],filled:"",dense:""},model:{value:e.form.flatedgeLeftBSecond,callback:function(t){e.$set(e.form,"flatedgeLeftBSecond",e._n(t))},expression:"form.flatedgeLeftBSecond"}})],1)])])],2)],1),a("div",{staticClass:"mg-t-20"},[a("common-title",{staticStyle:{padding:"10px 0"},attrs:{needIcon:!1,title:"平面朝右"}})],1),a("q-form",{ref:"Cxiang_form4"},[a("FormTable",{attrs:{labels:e.rightForm.label}},[a("template",{slot:"tbody"},[a("tr",[a("td",[e._v("A面")]),a("td",[a("q-input",{attrs:{placeholder:"请输入",disable:e.disable,rules:[function(e){return""!==e}],filled:"",dense:""},model:{value:e.form.flatedgeRightADegree,callback:function(t){e.$set(e.form,"flatedgeRightADegree",t)},expression:"form.flatedgeRightADegree"}})],1),a("td",[a("q-input",{attrs:{placeholder:"请输入",type:"number",disable:e.disable,rules:[function(e){return""!==e&&e<60&&e>0}],filled:"",dense:""},model:{value:e.form.flatedgeRightABranch,callback:function(t){e.$set(e.form,"flatedgeRightABranch",e._n(t))},expression:"form.flatedgeRightABranch"}})],1),a("td",[a("q-input",{attrs:{placeholder:"请输入",type:"number",disable:e.disable,rules:[function(e){return""!==e&&e<60&&e>0}],filled:"",dense:""},model:{value:e.form.flatedgeRightASecond,callback:function(t){e.$set(e.form,"flatedgeRightASecond",e._n(t))},expression:"form.flatedgeRightASecond"}})],1)]),a("tr",[a("td",[e._v("B面")]),a("td",[a("q-input",{attrs:{placeholder:"请输入",disable:e.disable,rules:[function(e){return""!==e}],filled:"",dense:""},model:{value:e.form.flatedgeRightBDegree,callback:function(t){e.$set(e.form,"flatedgeRightBDegree",t)},expression:"form.flatedgeRightBDegree"}})],1),a("td",[a("q-input",{attrs:{placeholder:"请输入",type:"number",disable:e.disable,rules:[function(e){return""!==e&&e<60&&e>0}],filled:"",dense:""},model:{value:e.form.flatedgeRightBBranch,callback:function(t){e.$set(e.form,"flatedgeRightBBranch",e._n(t))},expression:"form.flatedgeRightBBranch"}})],1),a("td",[a("q-input",{attrs:{placeholder:"请输入",type:"number",disable:e.disable,rules:[function(e){return""!==e&&e<60&&e>0}],filled:"",dense:""},model:{value:e.form.flatedgeRightBSecond,callback:function(t){e.$set(e.form,"flatedgeRightBSecond",e._n(t))},expression:"form.flatedgeRightBSecond"}})],1)])])],2)],1)],1)])},i=[],l=(a("ddb0"),a("6e23")),r=a("9951"),n={name:"Cxiang",props:{prodId:{type:Number},stickId:{type:Number},disable:{type:Boolean}},components:{FormTable:l["default"],CommonTitle:r["default"]},data(){return{underForm:{label:["",{width:"350px",name:"度"},{width:"350px",name:"分"},{width:"350px",name:"秒"}]},upForm:{label:["",{width:"350px",name:"度"},{width:"350px",name:"分"},{width:"350px",name:"秒"}]},leftForm:{label:["",{width:"350px",name:"度"},{width:"350px",name:"分"},{width:"350px",name:"秒"}]},rightForm:{label:["",{width:"350px",name:"度"},{width:"350px",name:"分"},{width:"350px",name:"秒"}]},form:{flatedgeDownABranch:"",flatedgeDownADegree:"",flatedgeDownASecond:"",flatedgeDownBBranch:"",flatedgeDownBDegree:"",flatedgeDownBSecond:"",flatedgeLeftABranch:"",flatedgeLeftADegree:"",flatedgeLeftASecond:"",flatedgeLeftBBranch:"",flatedgeLeftBDegree:"",flatedgeLeftBSecond:"",flatedgeRightABranch:"",flatedgeRightADegree:"",flatedgeRightASecond:"",flatedgeRightBBranch:"",flatedgeRightBDegree:"",flatedgeRightBSecond:"",flatedgeUpABranch:"",flatedgeUpADegree:"",flatedgeUpASecond:"",flatedgeUpBBranch:"",flatedgeUpBDegree:"",flatedgeUpBSecond:""},checkFormPromiseList:[]}},methods:{getValue(){this.form.flatedgeDownADegree="20",this.form.flatedgeDownBDegree="20",this.form.flatedgeLeftADegree="20",this.form.flatedgeLeftBDegree="20",this.form.flatedgeRightADegree="20",this.form.flatedgeRightBDegree="20",this.form.flatedgeUpADegree="20",this.form.flatedgeUpBDegree="20"},checkForm(e){const t=new Promise(((t,a)=>{this.$refs[e].validate().then((e=>{e&&t()}))}));this.checkFormPromiseList.push(t)},submitForm(){this.checkFormPromiseList=[],this.checkForm("Cxiang_form1"),this.checkForm("Cxiang_form2"),this.checkForm("Cxiang_form3"),this.checkForm("Cxiang_form4"),this.$confirm({title:"提示",message:"是否过站?",btn:{okText:"确定",cancelText:"取消"}}).then((()=>Promise.all(this.checkFormPromiseList).then((()=>this.$http({url:"/pad/barInspection/passCDirection",method:"post",data:{...this.form,prodId:this.prodId,stickId:this.stickId,stepId:19}}).then((e=>e)))))).catch((()=>{}))},resetForm(){this.form=this.$options.data().form,this.checkFormPromiseList=[],this.$nextTick((()=>{this.$refs["Cxiang_form1"].resetValidation(),this.$refs["Cxiang_form2"].resetValidation(),this.$refs["Cxiang_form3"].resetValidation(),this.$refs["Cxiang_form4"].resetValidation()}))}}},o=n,d=(a("c9ce"),a("2877")),c=a("0378"),m=a("27f9"),f=a("eebe"),u=a.n(f),p=Object(d["a"])(o,s,i,!1,null,"14af2096",null);t["default"]=p.exports;u()(p,"components",{QForm:c["a"],QInput:m["a"]})},8637:function(e,t,a){},"8a47":function(e,t,a){},"8b2c":function(e,t,a){"use strict";a("6d2c")},"8e33":function(e,t,a){"use strict";a.r(t);var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"header row items-center justify-between"},[e._m(0),a("div",{staticClass:"col text-right col-auto"},[a("div",{staticClass:"icon"},[a("q-icon",{attrs:{name:"fas fa-duotone fa-circle-user"}}),a("span",{staticClass:"user_name"},[e._v(e._s(e.userName))])],1),a("div",{staticClass:"icon",on:{click:e.logout}},[a("q-icon",{attrs:{name:"app:icon-a-tubiaotc"}})],1)])])},i=[function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"col-auto"},[s("div",{staticClass:"logo"},[s("img",{attrs:{src:a("9d64"),alt:""}}),s("div",{staticClass:"title"},[e._v("智能制造执行系统")])])])}],l={name:"",data(){return{}},computed:{userName(){return this.$store.state.user.userInfo.name}},methods:{scan(){cloudSky.zBar.scan({text_title:"扫码",text_instructions:"请把相机对准二维码",camera:"red",flash:"auto",drawSight:!0},(function(e){console.log(e,"success")}),(function(e){console.log(e,"error")}))},logout(){console.log(this.$confirm,"myConfirm"),this.$confirm({title:"提示",message:"您确定要退出登录吗?",btn:{okText:"确定",cancelText:"取消"}}).then((()=>{sessionStorage.removeItem("token"),sessionStorage.removeItem("userName"),localStorage.clear(),location.reload()})).catch((()=>{console.log("no")}))}}},r=l,n=(a("58af"),a("2877")),o=a("0016"),d=a("eebe"),c=a.n(d),m=Object(n["a"])(r,s,i,!1,null,"4ff4dd64",null);t["default"]=m.exports;c()(m,"components",{QIcon:o["a"]})},"8fcf":function(e,t,a){"use strict";a("562d")},"9c7c":function(e,t,a){"use strict";a.r(t);var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"body_style common-form"},[a("optics-title-crad",{attrs:{title:"数据录入"}},[a("template",{slot:"body"},[a("q-form",{ref:"form",staticClass:"q-gutter-md mg-t-20 minHeight",on:{reset:e.resetForm}},[a("div",{staticClass:"row"},[a("div",{staticClass:"col-md-4 pd-r-20"},[a("div",{staticClass:"label radio",class:{disable:e.disable}},[e._v("检验结果")]),a("q-select",{attrs:{placeholder:"请选择",rules:[function(e){return null!==e&&""!==e}],"emit-value":"",clearable:"",disable:e.disable,options:e.checkResultList,filled:"",dense:""},model:{value:e.form.checkResult,callback:function(t){e.$set(e.form,"checkResult",t)},expression:"form.checkResult"}})],1)])])],1)],2)],1)},i=[],l=a("30d4"),r={name:"chuizhidu",props:{prodId:{type:Number},stickId:{type:Number},disable:{type:Boolean}},components:{opticsTitleCrad:l["default"]},data(){return{form:{checkResult:""},checkResultList:[{label:"NG",value:"NG"},{label:"OK",value:"OK"}]}},methods:{getValue(){this.form.checkResult="OK"},submitForm(){return this.$refs.form.validate().then((e=>{if(!e)return new Promise(((e,t)=>{t("数据不完整")}));this.$confirm({title:"提示",message:"是否过站?",btn:{okText:"确定",cancelText:"取消"}}).then((()=>this.$http({url:"/pad/barInspection/passVertical",method:"post",data:{...this.form,prodId:this.prodId,stickId:this.stickId,stepId:17}}).then((e=>e)))).catch((()=>{}))}))},resetForm(){this.form=this.$options.data().form,this.$nextTick((()=>{this.$refs.form.resetValidation()}))}}},n=r,o=(a("5e31"),a("2877")),d=a("0378"),c=a("ddd8"),m=a("eebe"),f=a.n(m),u=Object(o["a"])(n,s,i,!1,null,"21363513",null);t["default"]=u.exports;f()(u,"components",{QForm:d["a"],QSelect:c["a"]})},"9d48":function(e,t,a){"use strict";a.r(t);var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"body_style common-form"},[a("optics-title-crad",{attrs:{title:"数据录入"}},[a("template",{slot:"body"},[a("q-form",{staticClass:"q-gutter-md mg-t-20 minHeight"},[a("div",{staticClass:"row"},[a("div",{staticClass:"col mg-r-20"},[a("div",{staticClass:"label radio"},[e._v("检验结果")]),a("q-select",{attrs:{placeholder:"请输入",filled:"",dense:""}})],1),a("div",{staticClass:"col mg-r-20"},[a("div",{staticClass:"label radio"},[e._v("入库类型")]),a("q-select",{attrs:{placeholder:"请选择",filled:"",dense:""}})],1),a("div",{staticClass:"col mg-r-20"},[a("div",{staticClass:"label"},[e._v("备注")]),a("q-input",{attrs:{placeholder:"请输入",dense:""}})],1)])])],1)],2)],1)},i=[],l=a("30d4"),r={name:"jingdingpanding",components:{opticsTitleCrad:l["default"]}},n=r,o=(a("f0e2"),a("2877")),d=a("0378"),c=a("ddd8"),m=a("27f9"),f=a("eebe"),u=a.n(f),p=Object(o["a"])(n,s,i,!1,null,"402cbb54",null);t["default"]=p.exports;u()(p,"components",{QForm:d["a"],QSelect:c["a"],QInput:m["a"]})},"9d64":function(e,t){e.exports="data:image/png;base64,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"},a648:function(e,t,a){},a9e9:function(e,t,a){},b181:function(e,t,a){"use strict";a("6142")},bc43:function(e,t,a){"use strict";a.r(t);var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"body_style common-form"},[a("optics-title-crad",{attrs:{title:"数据录入"}},[a("template",{slot:"body"},[a("q-form",{ref:"form",staticClass:"q-gutter-md mg-t-20 minHeight",on:{reset:e.resetForm}},[a("div",{staticClass:"row"},[a("div",{staticClass:"col-md-4 pd-r-20"},[a("div",{staticClass:"label radio",class:{disable:e.disable}},[e._v("检验结果")]),a("q-select",{attrs:{placeholder:"请选择",rules:[function(e){return null!==e&&""!==e}],"emit-value":"",clearable:"",disable:e.disable,options:e.checkResultList,filled:"",dense:""},model:{value:e.form.checkResult,callback:function(t){e.$set(e.form,"checkResult",t)},expression:"form.checkResult"}})],1)])])],1)],2)],1)},i=[],l=a("30d4"),r={name:"jingjie",props:{prodId:{type:Number},stickId:{type:Number},disable:{type:Boolean}},components:{opticsTitleCrad:l["default"]},data(){return{form:{checkResult:""},checkResultList:[{label:"NG",value:"NG"},{label:"OK",value:"OK"}]}},watch:{},methods:{getValue(){this.form.checkResult="OK"},submitForm(){return this.$refs.form.validate().then((e=>{if(!e)return new Promise(((e,t)=>{t("数据不完整")}));this.$confirm({title:"提示",message:"是否过站?",btn:{okText:"确定",cancelText:"取消"}}).then((()=>this.$http({url:"/pad/barInspection/passGrainBoundary",method:"post",data:{...this.form,prodId:this.prodId,stickId:this.stickId,stepId:13}}))).catch((()=>{}))}))},resetForm(){this.form=this.$options.data().form,this.$nextTick((()=>{this.$refs.form.resetValidation()}))}}},n=r,o=(a("b181"),a("2877")),d=a("0378"),c=a("ddd8"),m=a("eebe"),f=a.n(m),u=Object(o["a"])(n,s,i,!1,null,"35922b75",null);t["default"]=u.exports;f()(u,"components",{QForm:d["a"],QSelect:c["a"]})},c304:function(e,t,a){"use strict";a("7e62")},c9ce:function(e,t,a){"use strict";a("d5e5")},c9da:function(e,t,a){},d5e5:function(e,t,a){},d6f4:function(e,t,a){"use strict";a.r(t),t["default"]={data(){return{name:"",currentBatchNum:null,batchNumList:[],tab:0,stepId:null,category:{processId:null,steps:[]},allList:[],sidebarList:[],screenList:[],scanNum:0,queryPadRecord:{processId:-1,stepId:-1,batchNum:null,boxNum:null,deviceId:null,plateNum:null}}},computed:{noBatchNum(){return!this.currentBatchNum}},watch:{currentBatchNum(e,t){this.getBatchNum(e)}},methods:{getBatchNum(e){if(this.scanNum=0,""===e)return;this.queryPadRecord.batchNum=e;let t=[];t=this.allList.filter((t=>t.batchNum===e)),this.screenList=t,this.scanNum=this.screenList[0].inflowNum,this.stepId=this.queryPadRecord.stepId},getStepByProcessName(){return this.$http.get("/padProdRecord/getStepByProcessName/"+this.name).then((e=>{this.category=e.result,this.queryPadRecord.processId=e.result.processId,this.queryPadRecord.stepId=e.result.steps[0].id}))},loadPadRecord(){this.$http({url:"/padProdRecord/query",timeout:3e4,method:"get",params:{...this.queryPadRecord}}).then((e=>{this.allList=e.result,this.sidebarList=e.result,this.batchNumList=e.result.map((e=>e.batchNum)),this.stepId=this.queryPadRecord.stepId}))},getDeviceList(){this.$store.dispatch("getDeviceIdList",this.queryPadRecord.processId)},getQualityList(){this.$store.dispatch("getQualityList",this.queryPadRecord.processId)},beforeClearData(){console.log("beforeClearData")},clearData(){"cacheMap"in this.$options.data()&&(this.cacheMap=this.$options.data().cacheMap),this.beforeClearData(),this.allList=[],this.batchNumList=[],this.screenList=[],this.queryPadRecord.batchNum=""}},async mounted(){let e=this.$refs.container;console.log(e),"object"==typeof e?(this.name=this.$refs.container.name,await this.getStepByProcessName(),this.loadPadRecord()):this.$message.error("初始化失败")}}},ee72:function(e,t,a){"use strict";a("a648")},f0e2:function(e,t,a){"use strict";a("fa06")},f189:function(e,t,a){"use strict";a("a9e9")},f98c:function(e,t,a){"use strict";a("c9da")},fa06:function(e,t,a){}}]); |