chunk-6af21413.7f8e5a11.js 5.7 KB

1
  1. (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-6af21413"],{4964:function(t,e,s){},"6a30":function(t,e,s){"use strict";s.r(e);var o=function(){var t=this,e=t._self._c;return e("div",[e("div",{staticClass:"header"},[e("div",{staticClass:"header_top"},[e("Button",{staticClass:"header_btn",attrs:{type:"primary",ghost:"",icon:t.is_show?"ios-arrow-dropup":"ios-arrow-dropdown"},on:{click:t.handleShow}},[e("div",{staticStyle:{"margin-right":"0.6rem"}},[t._v(" "+t._s(t.is_show?"收起":"展开")+" ")])]),e("div",{staticStyle:{"margin-right":"1rem",color:"#66a9f0"}},[t._v("王小伟")])],1),e("div",{staticClass:"header_middle"},[e("b-dropdown",{staticClass:"m-2",attrs:{size:"sm",text:"产品总数",disabled:t.is_use}},[e("b-dropdown-item-button",[t._v("Action")]),e("b-dropdown-item-button",[t._v("Another action")]),e("b-dropdown-item-button",[t._v("Something else here")])],1),e("b-dropdown",{staticClass:"m-2",attrs:{size:"sm",text:"已扫总数",disabled:t.is_use}},[e("b-dropdown-item-button",[t._v("Action")]),e("b-dropdown-item-button",[t._v("Another action")]),e("b-dropdown-item-button",[t._v("Something else here")])],1),e("b-dropdown",{staticClass:"m-2",attrs:{size:"sm",text:"未扫总数",disabled:t.is_use}},[e("b-dropdown-item-button",[t._v("Action")]),e("b-dropdown-item-button",[t._v("Another action")]),e("b-dropdown-item-button",[t._v("Something else here")])],1)],1),e("div",{staticClass:"header_middle1 ot"},[e("div",{staticClass:"ft"},[t._v(t._s(t.total_num)+"  ")]),e("div",{staticClass:"ft"},[t._v(t._s(t.scan_num)+"  ")]),e("div",{staticClass:"ft"},[t._v(t._s(t.total_num-t.scan_num)+"  ")])]),e("div",{staticClass:"header_footer"},[e("div",{staticStyle:{"margin-left":"1rem"}},[t._v("已发货"+t._s(t.transport_total))])])]),e("div",{staticClass:"bdy"},[e("table",[t._m(0),t._l(t.tableData,(function(s,o){return e("tr",{key:o,on:{click:function(e){return t.handleChoose(s,o)}}},[e("td",[t._v(" "+t._s(s.bus_no)+" ")]),e("td",[t._v(t._s(s.product_title))]),e("td",[t._v(t._s(s.product_size))]),e("td",[t._v(t._s(s.out_qty))]),e("td",[t._v(t._s(s.this_delivery_qty-s.out_qty))])])}))],2)]),e("div",{staticClass:"footer"},[e("Button",{staticClass:"header_btn",staticStyle:{"margin-right":"3rem",height:"2.6rem"},attrs:{type:"primary"},on:{click:t.handleReturn}},[t._v(" 返回")]),e("Button",{staticClass:"header_btn",staticStyle:{"margin-left":"3rem",height:"2.6rem"},attrs:{type:"primary"},on:{click:t.handelGoSure}},[t._v(" 确认")])],1)])},a=[function(){var t=this,e=t._self._c;return e("tr",{staticStyle:{height:"2rem"}},[e("th",{staticStyle:{width:"3rem"}},[t._v("销售单号")]),e("th",{staticStyle:{width:"4rem"}},[t._v("产品名称")]),e("th",{staticStyle:{width:"3rem"}},[t._v("规格型号")]),e("th",{staticStyle:{width:"3rem"}},[t._v("已扫到数量")]),e("th",{staticStyle:{width:"3rem"}},[t._v("未发货数量")])])}],i={data(){return{tableData:[],key_tableData:{},send_goods_out:{},data:{},send_goods_out_product:{},is_show:!0,is_use:!1,total_num:0,scan_num:0,saveData:0,transport_total:0,scan_data:[],is_box_data:[]}},mounted(){this.tableData=[];const t=this.$route.query.id,e={url:"http://121.36.142.167:7774/jbl/api/module-data/send_goods_out/send_goods_out/474061443708694528/"+t};this.initData(e)},methods:{initData(t){this.axios.post("/api/testdwyget",{...t}).then(t=>{this.tableData.push(...t.data.data.send_goods_out_product),t.data.data.send_goods_out_product.forEach((e,s)=>{this.data=t.data,this.total_num=this.total_num+e.this_delivery_qty,this.transport_total=this.transport_total+e.out_qty,this.key_tableData[e.bus_item_id]=e,e.box_orders_show&&this.is_box_data.push(this.deelUniqueKey(e))});const e={url:"http://121.36.142.167:7774/jbl/api/module-data/box_orders/box_orders/diy/defective_order_no_list",post:{defective_order_no_list:["BZ00025"]}};this.initDataBox(e)})},initDataBox(t){this.axios.post("/api/testdwy",{...t}).then(t=>{t.data.data.forEach((t,e)=>{let s={order_item_id:t.order_item_id,order_no:t.order_no,box_num:t.box_num,product_no:t.product_no,box_no:t.box_orders.defective_order_no,box_id:t.box_orders.id};this.scan_data.push(s)}),this.deelTableData()})},deelUniqueKey(t){let e=t.box_orders_show;return e},deelTableData(){let t=[];this.scan_data.forEach((e,s)=>{if(-1===this.is_box_data.indexOf(e.box_no)&&-1!==Object.keys(this.key_tableData).indexOf(e.order_item_id)&&this.key_tableData[e.order_item_id].this_delivery_qty-e.box_num>0){let s=JSON.parse(JSON.stringify(this.key_tableData[e.order_item_id]));s.box_orders=e.box_id,s.box_orders_show=e.box_no,s.out_qty=e.box_num,s.this_delivery_qty=e.box_num,s.id=null,this.key_tableData[e.order_item_id].this_delivery_qty-=e.box_num,t.push(s)}}),this.tableData.forEach((e,s)=>{e.this_delivery_qty>0&&t.push(e)}),this.tableData=t},handelGoSure(){console.log(this.tableData),this.tableData.forEach((t,e)=>{t.item_num=e+1}),this.data.data.send_goods_out_product=this.tableData;let t={url:"http://121.36.142.167:7774/jbl/api/module-data/send_goods_out/send_goods_out",post:this.data};this.axios.post("/api/testdwy",t).then(t=>{200===t.code&&(this.$Message.success(t.msg),this.$router.go(-1))})},handleReturn(){localStorage.removeItem("fyy_target"),this.$router.push("/cms/finish")},handleChoose(t,e){t.is_choose=!t.is_choose,this.tableData.splice(e,1,t)},handleShow(){this.is_show=!this.is_show,console.log(document.getElementsByClassName("header")),this.is_show?(document.getElementsByClassName("header")[0].style="height:7rem;overflow:hidden;transition:all .4s;",setTimeout(()=>{document.getElementsByClassName("header")[0].style="overflow:none;",this.is_use=!1},400)):(this.is_use=!0,document.getElementsByClassName("header")[0].style="height:2.7rem;overflow:hidden;transition:all .4s;")}}},d=i,r=(s("be7e"),s("2877")),_=Object(r["a"])(d,o,a,!1,null,"682eb772",null);e["default"]=_.exports},be7e:function(t,e,s){"use strict";s("4964")}}]);