|
|
|
@ -340,7 +340,7 @@ export default {
|
|
|
|
|
{ name: "type13", value: 1 },
|
|
|
|
|
//productionDate 生产日期
|
|
|
|
|
{ name: "name14", value: "productionDate" },
|
|
|
|
|
{ name: "value14", value: this.appForm.productionDate },
|
|
|
|
|
{ name: "value14", value: this.appForm.productionDate / 1000 },
|
|
|
|
|
{ name: "type14", value: 0 },
|
|
|
|
|
//心跳周期
|
|
|
|
|
{ name: "name15", value: "heartbeat" },
|
|
|
|
@ -505,7 +505,7 @@ export default {
|
|
|
|
|
this.appForm.model = resultContent.model; // 装置型号
|
|
|
|
|
this.appForm.equipName = resultContent.equipName; // 装置名称
|
|
|
|
|
this.appForm.bsManufacturer = resultContent.bsManufacturer; // 生产厂家
|
|
|
|
|
this.appForm.productionDate = resultContent.productionDate; // 生产日期
|
|
|
|
|
this.appForm.productionDate = resultContent.productionDate * 1000; // 生产日期
|
|
|
|
|
this.$message({
|
|
|
|
|
duration: 1500,
|
|
|
|
|
showClose: true,
|
|
|
|
|