|
@@ -218,7 +218,7 @@ export default {
|
|
|
methods: {
|
|
|
addRow() {
|
|
|
if (!this.form.warehouseId) return this.$message.error("请选择仓库!");
|
|
|
- if (!this.form.chargingStartDate || !this.form.chargingEndDate) return this.$message.error("请选择计费时间!");
|
|
|
+ if (!this.form.chargingEndDate) return this.$message.error("请选择计费时间!");
|
|
|
let obj = {}
|
|
|
obj = {
|
|
|
warehouseId: this.form.warehouseId,
|