|
|
@ -542,6 +542,7 @@ export default {
|
|
|
|
} else if (response.code == 508) {
|
|
|
|
} else if (response.code == 508) {
|
|
|
|
this.originCode = "";
|
|
|
|
this.originCode = "";
|
|
|
|
this.formData.code = "01" + response.data.nameCode;
|
|
|
|
this.formData.code = "01" + response.data.nameCode;
|
|
|
|
|
|
|
|
this.originCode =this.formData.code ;
|
|
|
|
// this.$confirm("当前商品条码对应产品信息:\n" +
|
|
|
|
// this.$confirm("当前商品条码对应产品信息:\n" +
|
|
|
|
// "DI标识:" + response.data.nameCode + "\n" +
|
|
|
|
// "DI标识:" + response.data.nameCode + "\n" +
|
|
|
|
// "产品名称:" + response.data.cpmctymc + "\n" +
|
|
|
|
// "产品名称:" + response.data.cpmctymc + "\n" +
|
|
|
|