Bulk Production
"), _c('el-steps', { attrs: { "active": _vm.comOrderState, "align-center": "", "direction": _vm.computedStepDirection, "finish-status": "success", "process-status": "wait" } }, [_c('el-step', { attrs: { "title": "Confirmed", "description": _vm.formatStepDesc(_vm.orderDetail.Order_Confirm) } }), _vm._v(" "), _c('el-step', { attrs: { "title": "In Production", "description": _vm.formatStepDesc(_vm.orderDetail.Sampling_Factory_Confirm) } }), _vm._v(" "), _c('el-step', { attrs: { "title": "QC Inspection", "description": _vm.formatStepDesc(_vm.orderDetail.GZ_WH) } }), _vm._v(" "), _c('el-step', { attrs: { "title": "International Shipment", "description": _vm.formatStepDesc(_vm.orderDetail.International_transshipment) } }), _vm._v(" "), _c('el-step', { attrs: { "title": "AU Warehouse", "description": _vm.formatStepDesc(_vm.orderDetail.AU_WH) } }), _vm._v(" "), _c('el-step', { attrs: { "title": _vm.orderDetail.Order_Stage === 'Bulk Production Shipping' ? 'Domestic Delivery' : 'Shipped', "description": _vm.formatStepDesc(_vm.orderDetail.AU_WH_Client) } }), _vm._v(" "), _c('el-step', { attrs: { "title": "Delivered", "description": _vm.formatStepDesc(_vm.orderDetail.Delivered) } })], 1)], 2), _vm._ssrNode(" "), _vm.orderDetail.Sample_Stage ? _vm._ssrNode("\n Sample Dispatch\n
"), _vm.stepShow ? _c('el-steps', { attrs: { "active": _vm.comSampleState, "align-center": "", "space": 180, "direction": _vm.computedStepDirection, "finish-status": "success", "process-status": "wait" } }, [_c('el-step', { attrs: { "title": "Factory Process", "description": _vm.formatStepDesc(_vm.orderDetail.Sample_Factory_Confirmed) } }), _vm._v(" "), _c('el-step', { attrs: { "title": "Sample Dispatching", "description": _vm.formatStepDesc(_vm.orderDetail.Sample_Dispatching) } }), _vm._v(" "), _c('el-step', { attrs: { "title": "Sample Delivered", "description": _vm.formatStepDesc(_vm.orderDetail.Sample_Delivered) } })], 1) : _vm._e()], 2) : _vm._e()], 2), _vm._ssrNode("Customer information
" + _vm._ssrEscape("\n " + _vm._s(_vm.isShow ? 'Billing' : 'Supplier') + " Address\n ") + "
" + _vm._ssrEscape(_vm._s(_vm.orderDetail.Account_Name_name)) + "
" + _vm._ssrEscape(_vm._s(_vm.orderDetail.Billing_Unit_Building_Name)) + "
" + _vm._ssrEscape(_vm._s(_vm.orderDetail.Billing_Street)) + "
" + _vm._ssrEscape(_vm._s(_vm.orderDetail.Billing_City)) + "
" + _vm._ssrEscape(_vm._s(_vm.orderDetail.Billing_State)) + "
" + _vm._ssrEscape(_vm._s(_vm.orderDetail.Billing_Code)) + "
" + _vm._ssrEscape(_vm._s(_vm.orderDetail.Billing_Country)) + "
Shipping Address
" + _vm._ssrEscape(_vm._s(_vm.orderDetail.Shipping_Unit_Building_Name)) + "
" + _vm._ssrEscape(_vm._s(_vm.orderDetail.Shipping_Street)) + "
" + _vm._ssrEscape(_vm._s(_vm.orderDetail.Shipping_City)) + "
" + _vm._ssrEscape(_vm._s(_vm.orderDetail.Shipping_State)) + "
" + _vm._ssrEscape(_vm._s(_vm.orderDetail.Shipping_Code)) + "
" + _vm._ssrEscape(_vm._s(_vm.orderDetail.Shipping_Country)) + "
Shipping information
"), _c('el-table', { staticStyle: { "width": "100%" }, attrs: { "data": _vm.orderDetail.shipping_tracking, "header-cell-style": { background: '#F7F8FC', color: '#101010', fontWeight: 'normal' } } }, [_c('el-table-column', { staticStyle: { "padding": "0" }, attrs: { "type": "expand" }, scopedSlots: _vm._u([{ key: "default", fn: function (props) { return [_c('el-table', { staticStyle: { "margin-left": "50px", "width": "calc(100% - 50px)" }, attrs: { "data": props.row.test_pkg_details, "header-cell-style": { background: '#F7F8FC', color: '#101010', fontWeight: 'normal' } } }, [_c('el-table-column', { attrs: { "prop": "Product_name", "label": "Item & Description" } }), _vm._v(" "), _c('el-table-column', { attrs: { "prop": "Quantity_to_pack", "label": "QTY", "width": "450" } })], 1)]; } }]) }), _vm._v(" "), _c('el-table-column', { attrs: { "prop": "Title", "label": "Job Name", "width": "190" } }), _vm._v(" "), _c('el-table-column', { attrs: { "prop": "Courier", "label": "Carrier", "width": "190" } }), _vm._v(" "), _c('el-table-column', { attrs: { "prop": "Tracking_No", "label": "Tracking#", "width": "190" } }), _vm._v(" "), _c('el-table-column', { attrs: { "prop": "Package_Status", "label": "Shipment Status", "width": "190" } }), _vm._v(" "), _c('el-table-column', { attrs: { "label": "Delivery Address", "width": "250" }, scopedSlots: _vm._u([{ key: "default", fn: function (scope) { return [_c('span', [_vm._v("\n " + _vm._s(scope.row.Shipping_Unit_Building_Name)), _c('br'), _vm._v("\n " + _vm._s(scope.row.Shipping_Street)), _c('br'), _vm._v("\n " + _vm._s(scope.row.Shipping_City)), _c('br'), _vm._v("\n " + _vm._s(scope.row.Shipping_State) + "\n ")])]; } }]) }), _vm._v(" "), _c('el-table-column', { attrs: { "prop": "Tracking_URL", "label": "", "width": "200" }, scopedSlots: _vm._u([{ key: "default", fn: function (scope) { return scope.row.Tracking_URL ? [_c('el-button', { staticStyle: { "background-color": "rgb(0, 33, 59)", "color": "#fff" }, attrs: { "size": "mini", "plain": "" }, nativeOn: { "click": function ($event) { return _vm.openTracking_URL(scope.row.Tracking_URL); } } }, [_vm._v("TRACK SHIPMENT")])] : undefined; } }], null, true) })], 1)], 2), _vm._ssrNode(" "), _vm._ssrNode("Products Information
"), _c('el-table', { staticStyle: { "width": "100%" }, attrs: { "data": _vm.orderDetail.sales_orders_details, "header-cell-style": { background: '#fff', color: '#101010', fontWeight: 'normal' } } }, [_c('el-table-column', { attrs: { "type": "index", "label": "S.NO", "width": "70", "fixed": "" } }), _vm._v(" "), _c('el-table-column', { attrs: { "label": "Product Name", "min-width": "300" }, scopedSlots: _vm._u([{ key: "default", fn: function (scope) { return [_c('p', { staticClass: "colorBlue" }, [_vm._v(_vm._s(scope.row.product_name))]), _vm._v(" "), _c('p', { domProps: { "innerHTML": _vm._s(scope.row.product_description) } })]; } }]) }), _vm._v(" "), _c('el-table-column', { attrs: { "prop": "quantity", "label": "Quantity", "align": "left", "width": _vm.isShow ? 125 : 200 } }), _vm._v(" "), _vm.isShow ? [_c('el-table-column', { attrs: { "prop": "list_price", "label": `List Price(${_vm.comCurrency})`, "width": "125" }, scopedSlots: _vm._u([{ key: "default", fn: function (scope) { return [_vm._v("\n " + _vm._s(_vm.transformNumber(scope.row.list_price)) + "\n ")]; } }], null, false, 2317124035) }), _vm._v(" "), _c('el-table-column', { attrs: { "prop": "amount", "label": `Amount(${_vm.comCurrency})`, "width": "125" }, scopedSlots: _vm._u([{ key: "default", fn: function (scope) { return [_vm._v("\n " + _vm._s(_vm.transformNumber(scope.row.amount)) + "\n ")]; } }], null, false, 266223839) }), _vm._v(" "), _c('el-table-column', { attrs: { "prop": "Tax", "label": `Tax(${_vm.comCurrency})`, "width": "125" }, scopedSlots: _vm._u([{ key: "default", fn: function (scope) { return [_vm._v("\n " + _vm._s(_vm.transformNumber(scope.row.Tax)) + "\n ")]; } }], null, false, 576653726) }), _vm._v(" "), _c('el-table-column', { attrs: { "prop": "Discount", "label": `Discount(${_vm.comCurrency})`, "width": "125" }, scopedSlots: _vm._u([{ key: "default", fn: function (scope) { return [_vm._v("\n " + _vm._s(_vm.transformNumber(scope.row.Discount)) + "\n ")]; } }], null, false, 3596838958) }), _vm._v(" "), _c('el-table-column', { attrs: { "prop": "net_total", "label": `Total(${_vm.comCurrency})`, "width": "125" }, scopedSlots: _vm._u([{ key: "default", fn: function (scope) { return [_vm._v("\n " + _vm._s(_vm.transformNumber(scope.row.net_total)) + "\n ")]; } }], null, false, 104449041) })] : _vm._e()], 2), _vm._ssrNode(" " + (_vm.isShow ? "Sub Total | " + _vm._ssrEscape("\n " + _vm._s(_vm.comCurrency) + " " + _vm._s(_vm.transformNumber(_vm.orderDetail.Sub_Total)) + "\n ") + " |
Total Taxes | " + _vm._ssrEscape("\n " + _vm._s(_vm.comCurrency) + " " + _vm._s(_vm.transformNumber(_vm.orderDetail.Tax_Total)) + "\n ") + " |
Total Discount | " + _vm._ssrEscape("\n " + _vm._s(_vm.comCurrency) + "\n " + _vm._s(_vm.transformNumber(_vm.orderDetail.Total_Including_Discount)) + "\n ") + " |
Adjustment | " + _vm._ssrEscape("\n " + _vm._s(_vm.comCurrency) + "\n " + _vm._s(_vm.transformNumber(_vm.orderDetail.Total_Adjustment)) + "\n ") + " |
Grand Total | " + _vm._ssrEscape("\n " + _vm._s(_vm.comCurrency) + " " + _vm._s(_vm.transformNumber(_vm.orderDetail.Grand_Total)) + "\n ") + " |
Notes
Terms & conditions
Artwork Approval
" + _vm._ssrEscape(_vm._s(_vm.orderDetail.Subject)) + "
" : ""))], 2)] : _vm._ssrNode("