add:新增预排量维护功能 rev:粉料到货需求--加入预排量、待检入库量弹出页面加到货时间、明细加所属组织

This commit is contained in:
2023-12-13 17:18:29 +08:00
parent dbd03302eb
commit b93ee60918
12 changed files with 736 additions and 15 deletions

View File

@@ -62,7 +62,7 @@
<el-table-column type="index" label="序号" width="100" align="center" fixed />
<template v-for="(col,index) in cols">
<el-table-column v-if="col.prop !== 'first'" :prop="col.prop" :label="col.label" width="120px" />
<el-table-column v-if="col.prop === 'first'" :prop="col.prop" :label="col.label" width="120px" fixed>
<el-table-column v-if="col.prop === 'first'" :prop="col.prop" :label="col.label" width="140px" fixed>
<template slot-scope="scope">
<span v-show="!isshow(scope.row)">{{ scope.row.first }}</span>
<el-link v-show="isshow(scope.row)" type="warning" @click="open2(scope.$index, scope.row)">{{ scope.row.first }}</el-link>