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

批号锁定

parent 0c2111d6
...@@ -27,10 +27,10 @@ ...@@ -27,10 +27,10 @@
</template> </template>
<script> <script>
import ph from './ph' import ph from './ph'
import { // import {
toFixed, // toFixed,
doRkdChange // doRkdChange
} from 'common/src/utils/blur.js' // } from 'common/src/utils/blur.js'
import { import {
editMixin, editMixin,
editMixin_expand editMixin_expand
...@@ -122,56 +122,56 @@ ...@@ -122,56 +122,56 @@
], ],
/* 从表编辑数据 */ /* 从表编辑数据 */
editTableTitle: [{ // editTableTitle: [{
title: "序号", // title: "序号",
field: "xh", // field: "xh",
width: 50, // width: 50,
align: "center" // align: "center"
}, // },
{ // {
title: "物料编码", // title: "物料编码",
field: "wlxxCode", // field: "wlxxCode",
width: 160 // width: 160
}, // },
{ // {
title: "物料名称", // title: "物料名称",
field: "wlxxName", // field: "wlxxName",
width: 160 // width: 160
}, // },
{ // {
title: "规格", // title: "规格",
field: "wlxxGg", // field: "wlxxGg",
width: 140 // width: 140
}, // },
{ // {
title: "物料批号", // title: "物料批号",
field: "wlph", // field: "wlph",
width: 200, // width: 200,
}, // },
{ // {
title: "唯一码", // title: "唯一码",
field: "packCode", // field: "packCode",
width: 200, // width: 200,
}, // },
{ // {
title: "容器", // title: "容器",
field: "rqCode", // field: "rqCode",
width: 200, // width: 200,
}, // },
{ // {
title: "工厂", // title: "工厂",
field: "hzName", // field: "hzName",
width: 200, // width: 200,
}, // },
{ // {
title: "制令号", // title: "制令号",
field: "zlh", // field: "zlh",
width: 180, // 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