|
@@ -1539,6 +1539,7 @@ export default {
|
|
|
specification: null,
|
|
|
unit: null,
|
|
|
unitName: null,
|
|
|
+ manufacturer: null,
|
|
|
manufacturerName: null,
|
|
|
registrant: null,
|
|
|
puPeriod: null,
|
|
@@ -2482,6 +2483,7 @@ export default {
|
|
|
line.unitName = rowList[i].unitIdName;
|
|
|
line.registrant = rowList[i].registrant;
|
|
|
line.manufacturerName = rowList[i].manufacturerIdName;
|
|
|
+ line.manufacturer = rowList[i].manufacturerId;
|
|
|
line.puPeriod = rowList[i].deliveryPeriod;
|
|
|
line.expiry = rowList[i].usefulLife;
|
|
|
line.expiryUnit = rowList[i].expiryUnitIdName;
|
|
@@ -2785,6 +2787,8 @@ export default {
|
|
|
selection[0].registrant;
|
|
|
this.basicForm.puDemandItemList[this.tableIndex].manufacturerName =
|
|
|
selection[0].manufacturerIdName;
|
|
|
+ this.basicForm.puDemandItemList[this.tableIndex].manufacturer =
|
|
|
+ selection[0].manufacturerId;
|
|
|
this.basicForm.puDemandItemList[this.tableIndex].puPeriod =
|
|
|
selection[0].deliveryPeriod;
|
|
|
this.basicForm.puDemandItemList[this.tableIndex].expiry =
|
|
@@ -2839,6 +2843,7 @@ export default {
|
|
|
line.unit = selection[i].unitId;
|
|
|
line.unitName = selection[i].unitIdName;
|
|
|
line.registrant = selection[i].registrant;
|
|
|
+ line.manufacturer = selection[i].manufacturerId;
|
|
|
line.manufacturerName = selection[i].manufacturerIdName;
|
|
|
line.puPeriod = selection[i].deliveryPeriod;
|
|
|
line.expiry = selection[i].usefulLife;
|
|
@@ -3194,6 +3199,7 @@ export default {
|
|
|
materialRemark: "remark", // 物料备注
|
|
|
unit: "unitId",
|
|
|
unitName: "unitIdName", // 单位
|
|
|
+ manufacturer: "manufacturerId", // 生产厂家/代理人
|
|
|
manufacturerName: "manufacturerIdName", // 生产厂家/代理人
|
|
|
minPackage: "minPackQty", // 最小包装量
|
|
|
materialClassifyOneName: "oneClass", // 物料一级分类
|