Explorar o código

修改仓储费

caojunjie %!s(int64=2) %!d(string=hai) anos
pai
achega
a9a03dec45
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
         }