Browse Source

修改仓储费

caojunjie 2 năm trước cách đây
mục cha
commit
a9a03dec45
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/warehouseBusiness/agreement/index.vue

+ 1 - 1
src/views/warehouseBusiness/agreement/index.vue

@@ -1184,7 +1184,7 @@ export default {
           this.$message.error('请维护仓储费明细结束天数')
           return false
         }
-        if (this.agreementitemsList[agr].fPrice.length === 0) {
+        if (!this.agreementitemsList[agr].fPrice) {
           this.$message.error('请维护仓储费明细单价')
           return false
         }