+
油罐名称:{{ statisticsForm.tankName }}
油品油号:{{ statisticsForm.oilNumber }}
库存数量(L):{{ statisticsForm.storedQuantity }}{{ statisticsForm.unit }}
@@ -287,11 +281,6 @@ export default {
handleClose(done) {
done();
- // this.$confirm('确认关闭?')
- // .then(_ => {
- // done();
- // })
- // .catch(_ => {});
},
// 选择油品号
@@ -314,9 +303,10 @@ export default {