| | |
| | | </el-radio-group> |
| | | <div class="to-more" @click="nav('/stock/transfer/transferissue')">查看更多 ></div> |
| | | </div> |
| | | <el-table v-loading="waitLoading" :data="waitWorkData" class="top-tb" height="265" :show-header="false" |
| | | <el-table v-loading="waitLoading" :data="waitWorkData" class="top-tb" height="220" :show-header="false" |
| | | size="medium"> |
| | | <el-table-column prop="businessFormCode" align="center" width="130"></el-table-column> |
| | | <el-table-column prop="inWarehouseName" align="left" min-width="130"> |
| | |
| | | </el-table-column> |
| | | <el-table-column prop="date" label="操作" fixed="right" align="center" width="80"> |
| | | <template slot-scope="scope"> |
| | | <el-button @click.native.prevent="aduitThis(scope.row)" size="mini" type="primary">处理</el-button> |
| | | <el-button style="padding: 4.5px 15px" @click.native.prevent="aduitThis(scope.row)" size="mini" type="primary">处理</el-button> |
| | | </template> |
| | | </el-table-column> |
| | | <el-empty slot="empty" description="暂无数据"></el-empty> |
| | |
| | | </el-radio-group> |
| | | <div class="to-more" @click="nav('/stock/ledger/alertQuery')">查看更多 ></div> |
| | | </div> |
| | | <el-table v-loading="earlyLoading" :data="earlyWarningData" class="top-tb" height="265" :show-header="false" |
| | | <el-table v-loading="earlyLoading" :data="earlyWarningData" class="top-tb" height="220" :show-header="false" |
| | | size="medium"> |
| | | <el-table-column prop="baseGoodsTemplateName" align="left" min-width="130"> |
| | | <template slot-scope="{row}"> |
| | |
| | | .total-item { |
| | | width: 19%; |
| | | padding: 12px 20px; |
| | | border-radius: 8px; |
| | | border-radius: 4px; |
| | | margin-right: 1%; |
| | | background-color: #FFFFFF; |
| | | border-left: 4px solid #fb6260; |
| | | } |
| | | |
| | | .total-item:last-child { |