chenrui %!s(int64=3) %!d(string=hai) anos
pai
achega
3e29d28d6b
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      src/views/financialManagement/financialCollection/list.vue

+ 3 - 1
src/views/financialManagement/financialCollection/list.vue

@@ -100,9 +100,11 @@
           type="link"
           :loading="loading"
           class="button-warning"
-          v-else
+          v-if="record.settleState == 'UNSETTLE'&&record.satelliteFlag!=1"
           @click="handleCollectionSing(record)"
           id="financialCollectionList-pay-btn">收款</a-button>
+        <span v-if="!(record.settleState == 'SETTLED') && !(record.settleState == 'UNSETTLE'&&record.satelliteFlag!=1)">--</span>
+        <!-- satelliteFlag为1,是卫星仓 -->
       </template>
     </s-table>
     <!-- 详情 -->