|
@@ -58,6 +58,9 @@
|
|
|
<span v-else-if="scope.row.checkType == 'PJTK'">销售退货</span>
|
|
|
<span v-else-if="scope.row.checkType == 'PJCG'">采购</span>
|
|
|
<span v-else-if="scope.row.checkType == 'PJCGTK'">采购退货</span>
|
|
|
+ <span v-else-if="scope.row.checkType == 'RZCG'">采购融资审核</span>
|
|
|
+ <span v-else-if="scope.row.checkType == 'CKRW'">出库任务审批</span>
|
|
|
+ <span v-else-if="scope.row.checkType == 'RKRW'">入库任务审批</span>
|
|
|
</template>
|
|
|
<!-- <template slot="menuLeft">
|
|
|
<el-button size="small" type="success" :disabled="selectionList.length == 0" @click.stop="batchCheck">批量审批
|