|
@ -58,6 +58,7 @@ |
|
|
</template> |
|
|
</template> |
|
|
<script> |
|
|
<script> |
|
|
import { getPageList } from "@/api/wms-api" |
|
|
import { getPageList } from "@/api/wms-api" |
|
|
|
|
|
import { initDataToHttpFormat } from "@/utils/index" |
|
|
import { postInventoryLabelCode_count } from "@/api/wms-core" |
|
|
import { postInventoryLabelCode_count } from "@/api/wms-core" |
|
|
import currenForm from "@/components/currenForm" |
|
|
import currenForm from "@/components/currenForm" |
|
|
import StepsFormAlone from "@/components/StepsFormAlone" |
|
|
import StepsFormAlone from "@/components/StepsFormAlone" |
|
@ -295,8 +296,8 @@ export default { |
|
|
itemDesc2: this.selectItemInfo.desc2 || null, |
|
|
itemDesc2: this.selectItemInfo.desc2 || null, |
|
|
lot: this.selectData.lot || "", |
|
|
lot: this.selectData.lot || "", |
|
|
// supplierBatch: undefined,//获取不到 |
|
|
// supplierBatch: undefined,//获取不到 |
|
|
arriveDate: this.selectData.arriveDate + '.0000000', |
|
|
arriveDate: initDataToHttpFormat(this.selectData.arriveDate), |
|
|
produceDate: this.selectData.produceDate + '.0000000', |
|
|
produceDate: initDataToHttpFormat(this.selectData.produceDate), |
|
|
// expireDate: undefined,//获取不到 |
|
|
// expireDate: undefined,//获取不到 |
|
|
stdPackQty: Number(this.selectItemInfo.stdPackQty) || 0, |
|
|
stdPackQty: Number(this.selectItemInfo.stdPackQty) || 0, |
|
|
uom: this.selectItemInfo.basicUom || "", |
|
|
uom: this.selectItemInfo.basicUom || "", |
|
@ -320,7 +321,7 @@ export default { |
|
|
supplierItemCode: this.selectSupplierItemInfo.supplierItemCode, |
|
|
supplierItemCode: this.selectSupplierItemInfo.supplierItemCode, |
|
|
supplierItemName: this.selectSupplierItemInfo.itemName, |
|
|
supplierItemName: this.selectSupplierItemInfo.itemName, |
|
|
labelType: this.selectData.labelType, |
|
|
labelType: this.selectData.labelType, |
|
|
planArriveDate: this.selectPoNumberInfo.planArriveDate + '.0000000', |
|
|
planArriveDate: initDataToHttpFormat(this.selectPoNumberInfo.planArriveDate), |
|
|
remark:this.selectData.remark,//接口缺少 |
|
|
remark:this.selectData.remark,//接口缺少 |
|
|
} |
|
|
} |
|
|
// 生成标签(接口) |
|
|
// 生成标签(接口) |
|
|