|
|
@ -547,7 +547,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.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" +
|
|
|
@ -685,6 +685,13 @@ export default {
|
|
|
|
this.formData.expireDate = response.data.expireDate;
|
|
|
|
this.formData.expireDate = response.data.expireDate;
|
|
|
|
this.formData.batchNo = response.data.batchNo;
|
|
|
|
this.formData.batchNo = response.data.batchNo;
|
|
|
|
this.formData.serialNo = response.data.serialNo;
|
|
|
|
this.formData.serialNo = response.data.serialNo;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.$message({
|
|
|
|
|
|
|
|
type: 'error',
|
|
|
|
|
|
|
|
message: "提交失败!" + this.editTitle,
|
|
|
|
|
|
|
|
customClass: 'messageIndex'
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
this.$alert(response.message, '提示', {
|
|
|
|
this.$alert(response.message, '提示', {
|
|
|
|
confirmButtonText: '确定',
|
|
|
|
confirmButtonText: '确定',
|
|
|
|