Explorar o código

费用修改按钮增加限制

lichao %!s(int64=3) %!d(string=hai) anos
pai
achega
724b143720
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/views/kaihe/domesticTrade/orderInformation/index.vue

+ 2 - 0
src/views/kaihe/domesticTrade/orderInformation/index.vue

@@ -859,6 +859,7 @@
               type="primary"
               size="small"
               @click="feeChange('D')"
+              v-if="form.moneyStatus == 6"
             >费用变更</el-button>
           </div>
         </div>
@@ -1180,6 +1181,7 @@
               type="primary"
               size="small"
               @click="feeChange('C')"
+              v-if="form.moneyStatus == 6"
             >费用变更</el-button>
           </div>
         </div>