Browse Source

feat:[试验管理][物资管理]

zhangteng
HanLong 1 day ago
parent
commit
7422c62bcb
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/views/business/study/comp/wzlb/gspList.vue

+ 2
- 2
src/views/business/study/comp/wzlb/gspList.vue View File

@ -101,11 +101,11 @@
</template>
<!-- 取出 -->
<el-button type="text" v-if="scope.row.cczt == 3" @click="handleQc(scope.row)"
<el-button type="text" v-if="(scope.row.zjzt == 3||scope.row.zjzt == 2) && scope.row.cczt == 3" @click="handleQc(scope.row)"
v-hasPermi="['business:studyGsp:qc', 'business:nonTrialGsp:qc', 'business:drugGsp:qc']">{{
$t('page.business.resource.gyzj.quchu') }}</el-button>
<!-- 存储 -->
<el-button type="text" v-if="scope.row.cczt == 1" @click="handleCc(scope.row)"
<el-button type="text" v-if="(scope.row.zjzt == 3||scope.row.zjzt == 2) && scope.row.cczt == 1" @click="handleCc(scope.row)"
v-hasPermi="['business:studyGsp:cc', 'business:nonTrialGsp:cc', 'business:drugGsp:cc']">{{
$t('page.business.resource.gyzj.cunchu') }}</el-button>
</template>

Loading…
Cancel
Save