|
@@ -82,8 +82,8 @@
|
|
</template>
|
|
</template>
|
|
<!-- 关联备货单 -->
|
|
<!-- 关联备货单 -->
|
|
<template slot="dispatchNum" slot-scope="text, record">
|
|
<template slot="dispatchNum" slot-scope="text, record">
|
|
- <span v-if="$hasPermissions('B_glDispatch')&&record.dispatchNum" class="link-bule" @click="handleBhDetail(record)">{{ record.dispatchNum }}</span>
|
|
|
|
- <span v-else>{{ record.dispatchNum || '--' }}</span>
|
|
|
|
|
|
+ <span v-if="$hasPermissions('B_glDispatch')&&record.dispatchNum" class="link-bule" @click="handleBhDetail(record)">{{ record.dispatchNum }}单</span>
|
|
|
|
+ <span v-else>--</span>
|
|
</template>
|
|
</template>
|
|
<!-- 操作 -->
|
|
<!-- 操作 -->
|
|
<template slot="action" slot-scope="text, record">
|
|
<template slot="action" slot-scope="text, record">
|