|
|
@ -62,6 +62,7 @@ import resultStatus from "@/components/resultStatus" |
|
|
|
import currenTableFlex from "@/components/currenTableFlex" |
|
|
|
import {initPrintPackingCodeData} from "@/mixins/printMixin" |
|
|
|
import { getDetailed} from "@/api/wms-api" |
|
|
|
import { getOneInventoryLabelByCodes} from "@/api/wms-core" |
|
|
|
import _ from "lodash" |
|
|
|
import { mixins } from "@/mixins/mixins" |
|
|
|
import { LoadingMixins } from "@/mixins/LoadingMixins" |
|
|
@ -163,7 +164,8 @@ export default { |
|
|
|
// params.condition.filters.push(...this.isFilter("packingCode", this.selectData.packingCode)) |
|
|
|
this.pageLoading = true |
|
|
|
// getDetailed(this.selectData.packingCode, "label/purchase-label/by-code") |
|
|
|
getDetailed(this.selectData.packingCode, "label/inventory-label/by-code") |
|
|
|
// getDetailed(this.selectData.packingCode, "label/inventory-label/by-code") |
|
|
|
getOneInventoryLabelByCodes(this.selectData.packingCode) |
|
|
|
.then(res => { |
|
|
|
this.pageLoading = false |
|
|
|
this.flexTableData = [] |
|
|
|