Browse Source

Merge remote-tracking branch 'origin/master'

zhanglei
God 2 years ago
parent
commit
1f0c346d78
  1. 1
      anrui-scm/anrui-scm-ui/src/views/ruzhang/ruzhangguanli/ruzhangguanli.vue

1
anrui-scm/anrui-scm-ui/src/views/ruzhang/ruzhangguanli/ruzhangguanli.vue

@ -55,6 +55,7 @@
</template>
</el-table-column>
<el-table-column prop="applicationDate" label="发起日期" align="center" width="100"/>
<el-table-column prop="applicationCode" label="入库申请编号" align="center" width="165"/>
<el-table-column label="采购申请编号" align="center" width="170">
<template slot-scope="scope">
<span class="bluezi" @click="hangleLook(scope.row)">{{ scope.row.pcApplicationCode }}</span>

Loading…
Cancel
Save