| | |
| | | if (obj.inspectionValue) { |
| | | arr = obj.inspectionValue.split(",") |
| | | } |
| | | obj.empiricalValueAddss = arr |
| | | this.$set(obj, "empiricalValueAddss", arr) |
| | | if(!obj.inote){ |
| | | obj.inote = null |
| | | } |
| | |
| | | this.processInspectVo.orderNumber = data.orderNumber |
| | | this.processInspectVo.projectName = data.projectName |
| | | this.processInspectVo.customerName = data.customerName |
| | | this.processInspectVo.customerNo = data.customerNo |
| | | this.processInspectVo.material = data.material |
| | | this.processInspectVo.specs = data.specs |
| | | this.processInspectVo.unit = data.unit |