| | |
| | | { |
| | | title: "商户名称", |
| | | key: "customerName", |
| | | width: 100, |
| | | width: 240, |
| | | }, |
| | | { |
| | | title: "接货人", |
| | |
| | | addOil() { |
| | | this.getAllCar(); |
| | | this.modalType = 0; |
| | | this.modalTitle = "添加加油记录"; |
| | | this.modalTitle = "添加记录"; |
| | | this.$refs.addOilForm.resetFields(); |
| | | delete this.addOilForm.id; |
| | | this.roleModalVisible = true; |
| | |
| | | this.getAllCar(); |
| | | this.addDate = v.addDate; |
| | | this.modalType = 1; |
| | | this.modalTitle = "编辑加油信息"; |
| | | this.modalTitle = "编辑信息"; |
| | | this.$refs.addOilForm.resetFields(); |
| | | // 转换null为"" |
| | | for (let attr in v) { |
| | |
| | | } |
| | | let str = JSON.stringify(v); |
| | | let roleInfo = JSON.parse(str); |
| | | |
| | | this.addOilForm = roleInfo; |
| | | this.roleModalVisible = true; |
| | | }, |