Browse Source

费用修改按钮增加限制

lichao 3 years ago
parent
commit
724b143720
1 changed files with 2 additions and 0 deletions
  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"
               type="primary"
               size="small"
               size="small"
               @click="feeChange('D')"
               @click="feeChange('D')"
+              v-if="form.moneyStatus == 6"
             >费用变更</el-button>
             >费用变更</el-button>
           </div>
           </div>
         </div>
         </div>
@@ -1180,6 +1181,7 @@
               type="primary"
               type="primary"
               size="small"
               size="small"
               @click="feeChange('C')"
               @click="feeChange('C')"
+              v-if="form.moneyStatus == 6"
             >费用变更</el-button>
             >费用变更</el-button>
           </div>
           </div>
         </div>
         </div>