|
@@ -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>
|
|
|
<!-- 详情 -->
|