fix:修改销售订单表单样式引起的错误。
This commit is contained in:
@@ -344,9 +344,9 @@
|
||||
<!-- </el-table-column>-->
|
||||
|
||||
<el-table-column
|
||||
prop="rawmaterial_name"
|
||||
label="原辅料信息"
|
||||
:min-width="flexWidth('rawmaterial_name', crud.data, '原辅料信息')"
|
||||
label="原辅料信息"
|
||||
prop="rawmaterial_name"
|
||||
show-overflow-tooltip
|
||||
/>
|
||||
<el-table-column
|
||||
@@ -356,9 +356,9 @@
|
||||
show-overflow-tooltip
|
||||
/>
|
||||
<el-table-column
|
||||
prop="canuse_qty"
|
||||
label="原辅料库存"
|
||||
:min-width="flexWidth('canuse_qty', crud.data, '原辅料库存')"
|
||||
label="原辅料库存"
|
||||
prop="canuse_qty"
|
||||
show-overflow-tooltip
|
||||
width="90"
|
||||
/>
|
||||
@@ -398,7 +398,6 @@
|
||||
min-width="200"
|
||||
prop="remark"
|
||||
show-overflow-tooltip
|
||||
min-width="200"
|
||||
/>
|
||||
<!-- <el-table-column v-permission="[]" label="操作" width="120px" align="center" fixed="right">
|
||||
<template slot-scope="scope">
|
||||
@@ -432,7 +431,6 @@ import pagination from '@crud/Pagination'
|
||||
import Treeselect, { LOAD_CHILDREN_OPTIONS } from '@riophae/vue-treeselect'
|
||||
import '@riophae/vue-treeselect/dist/vue-treeselect.css'
|
||||
import crudClassstandard from '@/api/wms/basedata/master/classstandard'
|
||||
import crudBigScreen from '@/api/wms/bigScreen/bigScreen'
|
||||
|
||||
const defaultForm = {
|
||||
sale_id: null,
|
||||
|
||||
Reference in New Issue
Block a user