xiugaiyangshi

This commit is contained in:
shilixia 2021-11-24 16:11:14 +08:00
parent 2ed882f611
commit 4dfdd09a3c
14 changed files with 487 additions and 458 deletions

View File

@ -37,7 +37,9 @@
fit
stripe
highlight-current-row
max-height="600"
max-height="700"
height="100"
v-el-height-adaptive-table="{bottomOffset: 50}"
>
<el-table-column type="index" width="50" />
<el-table-column label="出入记录ID">

View File

@ -33,7 +33,9 @@
fit
stripe
highlight-current-row
max-height="600"
max-height="700"
height="100"
v-el-height-adaptive-table="{bottomOffset: 50}"
>
<el-table-column type="index" width="50" />
<el-table-column label="物料批次">

View File

@ -37,7 +37,9 @@
fit
stripe
highlight-current-row
max-height="600"
max-height="700"
height="100"
v-el-height-adaptive-table="{bottomOffset: 50}"
>
<el-table-column type="index" width="50" />
<el-table-column label="仓库名称">

View File

@ -9,7 +9,9 @@
fit
stripe
highlight-current-row
max-height="600"
max-height="700"
height="100"
v-el-height-adaptive-table="{bottomOffset: 50}"
>
<el-table-column type="index" width="50" />
<el-table-column label="半成品编号">

View File

@ -37,9 +37,9 @@
fit
stripe
highlight-current-row
max-height="600"
max-height="620"
height="100"
v-el-height-adaptive-table="{bottomOffset: 50}"
v-el-height-adaptive-table="{bottomOffset: 10}"
>
<el-table-column type="index" width="50" />
<el-table-column label="物料编号">

View File

@ -20,13 +20,14 @@
</el-button>
<!--表格列表-->
<el-table
v-el-height-adaptive-table="{ bottomOffset: 50 }"
:data="recordformList.results"
border
fit
stripe
highlight-current-row
height="100"
height="670"
v-el-height-adaptive-table="{ bottomOffset: 20 }"
@current-change="handleCurrentChange"
>
<el-table-column type="index" width="50"/>
@ -234,8 +235,8 @@
fit
stripe
highlight-current-row
height="100"
v-el-height-adaptive-table="{ bottomOffset: 50 }"
height="670"
v-el-height-adaptive-table="{ bottomOffset: 20 }"
>
<el-table-column type="index" width="50"/>
<el-table-column label="字段名称">

View File

@ -15,9 +15,9 @@
border
fit
stripe
highlight-current-row
height="100"
v-el-height-adaptive-table="{bottomOffset: 50}"
max-height="620"
height="100"
v-el-height-adaptive-table="{bottomOffset: 10}"
>
<el-table-column type="index" width="50" />
<el-table-column label="工序编号">

View File

@ -13,6 +13,7 @@
stripe
style="width: 100%"
height="300"
>
<el-table-column type="index" width="50" />
@ -98,6 +99,7 @@
stripe
style="width: 100%"
height="250"
>
<el-table-column type="index" width="50" />

View File

@ -2,6 +2,10 @@
<div class="app-container">
<el-card>
<div>
<el-button type="primary" icon="el-icon-plus" @click="handleCreate"
>新增供应商</el-button >
<el-input
v-model="listQuery.search"
placeholder="供应商名称"
@ -24,11 +28,7 @@
>重置</el-button
>
</div>
<div style="margin-top: 2px">
<el-button type="primary" icon="el-icon-plus" @click="handleCreate"
>新增供应商</el-button
>
</div>
</el-card>
<el-card style="margin-top: 2px">
<el-table
@ -38,7 +38,9 @@
fit
stripe
highlight-current-row
max-height="600"
max-height="700"
height="100"
v-el-height-adaptive-table="{bottomOffset: 50}"
>
<el-table-column type="index" width="50" />
<el-table-column label="供应商名">

View File

@ -2,6 +2,8 @@
<div class="app-container">
<el-card>
<div>
<el-button type="primary" icon="el-icon-plus" @click="handleCreate"
>新增标准</el-button >
<el-input
v-model="listQuery.search"
placeholder="标准名称"
@ -24,11 +26,7 @@
>重置</el-button
>
</div>
<div style="margin-top: 2px">
<el-button type="primary" icon="el-icon-plus" @click="handleCreate"
>新增标准</el-button
>
</div>
</el-card>
<el-card style="margin-top: 2px">
<el-table

View File

@ -2,6 +2,9 @@
<div class="app-container">
<el-card>
<div>
<el-button type="primary" icon="el-icon-plus" @click="handleCreate"
>新增项目</el-button
>
<el-input
v-model="listQuery.search"
placeholder="项目名称"
@ -24,11 +27,7 @@
>重置</el-button
>
</div>
<div style="margin-top: 2px">
<el-button type="primary" icon="el-icon-plus" @click="handleCreate"
>新增项目</el-button
>
</div>
</el-card>
<el-card style="margin-top: 2px">
<el-table

View File

@ -1,17 +1,17 @@
<template>
<div class="app-container">
<el-card class="box-card">
<div slot="header" class="clearfix">
<span>操作记录表</span>
</div>
<el-table
:data="operationList.results"
border
fit
stripe
style="width: 100%"
max-height="700"
max-height="670"
highlight-current-row
v-el-height-adaptive-table="{bottomOffset: 50}"
>
<el-table-column type="index" width="50" />

File diff suppressed because it is too large Load Diff

View File

@ -13,7 +13,7 @@
border
stripe
style="width: 100%"
height="300"
height="250"
highlight-current-row
@current-change="handleCurrentChange"
>
@ -24,7 +24,7 @@
scope.row.number
}}</template>
</el-table-column>
<el-table-column label="生产主产品">
<el-table-column label="生产主产品" width="140">
<template slot-scope="scope" >{{
scope.row.main_product_.name
}}</template>
@ -59,11 +59,13 @@
<template slot-scope="scope">{{ scope.row.end_date }}</template>
</el-table-column>
<el-table-column label="状态">
<template slot-scope="scope">{{
<template slot-scope="scope">
{{
state_[scope.row.state]
}}</template>
</el-table-column>
<el-table-column label="领料状态">
<el-table-column label="领料状态" width="100">
<template slot-scope="scope">
<el-tag v-if="scope.row.is_picked == false">未领料</el-tag>
<el-tag v-else>已领料</el-tag>
@ -180,7 +182,7 @@
fit
stripe
style="width: 100%"
max-height="400"
max-height="300"
>
<el-table-column type="index" width="50" />
<el-table-column label="子计划编号">
@ -257,7 +259,7 @@
fit
stripe
highlight-current-row
max-height="600"
max-height="300"
@selection-change="handleSelectionChangess"
>
<el-table-column type="selection" width="55"> </el-table-column>
@ -295,7 +297,7 @@
<span>生产所需领料表</span>
</div>
<template>
<el-table :data="needwl" style="width: 100%">
<el-table :data="needwl" highlight-current-row height="300" style="width: 100%">
<el-table-column prop="material_.name" label="物料名称">
</el-table-column>
<el-table-column prop="material_.number" label="物料编号">
@ -322,7 +324,7 @@
>
</div>
<template>
<el-table :data="havewl" style="width: 100%" >
<el-table :data="havewl" highlight-current-row height="300" style="width: 100%" >
<el-table-column prop="batch" label="物料批次"> </el-table-column>
<el-table-column prop="material_.name" label="物料名称">
@ -354,7 +356,8 @@
<el-table-column align="center" label="操作" width="220px">
<template slot-scope="scope">
<el-link
v-if="checkPermission(['warehouse_update'])"
v-if="scope.row.material_.type==2"
@click="handlewproduct(scope)"
>选择半成品</el-link
>