嘉耐代码修改

This commit is contained in:
ludj
2023-04-17 16:45:16 +08:00
parent b0fb383ced
commit 4a797e9f7d
17 changed files with 1186 additions and 1093 deletions

View File

@@ -46,7 +46,7 @@ import { encrypt } from '@/utils/rsaEncrypt'
import Config from '@/settings'
import { getCodeImg } from '@/api/login'
import Cookies from 'js-cookie'
import Background from '@/assets/images/background2.jpg'
import Background from '@/assets/images/background.jpg'
export default {
name: 'Login',
data() {

View File

@@ -257,7 +257,7 @@
{{ dict.label.PRODUCETASK_STATUS[scope.row.producetask_status] }}
</template>
</el-table-column>
<el-table-column prop="material_name" label="物料名称" />
<el-table-column prop="material_name" label="物料名称" min-width ="150" show-overflow-tooltip/>
<el-table-column prop="device_name" label="设备名称" width="120" />
<el-table-column v-if="false" prop="cust_name" label="客户名称" />
<el-table-column prop="plan_qty" label="计划生产数量" width="120" />
@@ -268,7 +268,7 @@
<el-table-column prop="print_type" label="打印名称" width="150" />
<el-table-column prop="print_dm" label="打印使用单位" width="150" />
<el-table-column prop="print_name" label="打印物料名称" width="150" />
<el-table-column prop="print_gg" label="打印物料规格" width="150" />
<el-table-column prop="print_gg" label="打印物料规格" min-width ="150" show-overflow-tooltip/>
<el-table-column prop="print_pc" label=" 打印 批次" width="150" />
<el-table-column prop="print_type" label="打印名称" width="150" />
<el-table-column prop="yh_name" label="客户单位" width="150" />
@@ -300,14 +300,21 @@
<el-table-column v-if="false" prop="update_optname" label="修改者" />
<el-table-column v-if="false" prop="update_time" label="修改时间" width="150" />
<el-table-column v-permission="[]" label="操作" width="120px" align="center" fixed="right">
<template slot-scope="scope">
<!--<template slot-scope="scope">
<udOperation
:data="scope.row"
:permission="permission"
:disabled-edit="scope.row.producetask_status !== '01'"
:disabled-dle="scope.row.producetask_status !== '01'"
/>
</template>-->
<template slot-scope="scope">
<udOperation
:data="scope.row"
:permission="permission"
/>
</template>
</el-table-column>
</el-table>
<!--分页组件-->