Commit 516ef695 authored by 李苏's avatar 李苏 💬

批号锁定

parent 0c2111d6
......@@ -27,10 +27,10 @@
</template>
<script>
import ph from './ph'
import {
toFixed,
doRkdChange
} from 'common/src/utils/blur.js'
// import {
// toFixed,
// doRkdChange
// } from 'common/src/utils/blur.js'
import {
editMixin,
editMixin_expand
......@@ -122,56 +122,56 @@
],
/* 从表编辑数据 */
editTableTitle: [{
title: "序号",
field: "xh",
width: 50,
align: "center"
},
{
title: "物料编码",
field: "wlxxCode",
width: 160
},
{
title: "物料名称",
field: "wlxxName",
width: 160
},
{
title: "规格",
field: "wlxxGg",
width: 140
},
{
title: "物料批号",
field: "wlph",
width: 200,
},
{
title: "唯一码",
field: "packCode",
width: 200,
},
{
title: "容器",
field: "rqCode",
width: 200,
},
{
title: "工厂",
field: "hzName",
width: 200,
},
{
title: "制令号",
field: "zlh",
width: 180,
}
// editTableTitle: [{
// title: "序号",
// field: "xh",
// width: 50,
// align: "center"
// },
// {
// title: "物料编码",
// field: "wlxxCode",
// width: 160
// },
// {
// title: "物料名称",
// field: "wlxxName",
// width: 160
// },
// {
// title: "规格",
// field: "wlxxGg",
// width: 140
// },
// {
// title: "物料批号",
// field: "wlph",
// width: 200,
// },
// {
// title: "唯一码",
// field: "packCode",
// width: 200,
// },
// {
// title: "容器",
// field: "rqCode",
// width: 200,
// },
// {
// title: "工厂",
// field: "hzName",
// width: 200,
// },
// {
// title: "制令号",
// field: "zlh",
// width: 180,
// }
]
// ]
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment