Commit ac0ae511 authored by 周毅's avatar 周毅

调整页面显示

parent 9a517c5c
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
{ {
title: "数量", title: "数量",
field: "sl", field: "sl",
width: 140 fieldType:"float"
}, },
{ {
title: "物料批号", title: "物料批号",
......
...@@ -11,8 +11,10 @@ ...@@ -11,8 +11,10 @@
</template> </template>
<script> <script>
// import Edit from './edit.vue' import wlsx from 'common/src/mixin/wlphsx.js'
import wlphsx from 'common/src/mixin/wlphsx.js'
export default { export default {
mixins: [wlsx, wlphsx],
data() { data() {
return { return {
power: { power: {
......
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
{ {
title: "应收数量", title: "应收数量",
field: "yssl", field: "yssl",
width: 100, fieldType:"float"
}, },
{ {
title: "唯一码", title: "唯一码",
......
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
{ {
title: "数量", title: "数量",
field: "sl", field: "sl",
width: 120 fieldType:"float"
} }
], ],
......
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
{ {
title: "数量", title: "数量",
field: "sl", field: "sl",
width: 120 fieldType:"float"
} }
], ],
......
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