Commit 631f52cd authored by 李苏's avatar 李苏 💬

Merge branch 'master' of gitlab.gavelinfo.com:lisu/lxyl-vue

parents 985b3a84 72cb4128
...@@ -13,7 +13,10 @@ ...@@ -13,7 +13,10 @@
<script> <script>
import Edit from './edit.vue' import Edit from './edit.vue'
import wlsx from 'common/src/mixin/wlsx.js'
import wlphsx from 'common/src/mixin/wlphsx.js'
export default { export default {
mixins: [wlsx, wlphsx],
data() { data() {
return { return {
power: { power: {
...@@ -102,6 +105,7 @@ ...@@ -102,6 +105,7 @@
{ {
title: "库存数量", title: "库存数量",
field: "kcsl", field: "kcsl",
fieldType:"float",
width: 140 width: 140
} }
...@@ -201,8 +205,13 @@ ...@@ -201,8 +205,13 @@
prop: 'wlxxInfo', prop: 'wlxxInfo',
span: 6, span: 6,
type: 'input', type: 'input',
},
{
label: '物料描述',
prop: 'wlphSx01',
span: 6,
type: 'input',
} }
] ]
], ],
......
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