Commit d125eceb authored by 李苏's avatar 李苏 💬

add common mixin wlsx wlphsx

delete or change some noUse field
parent e6b2a430
......@@ -13,8 +13,10 @@
<script>
// import wlphsx from 'common/src/mixin/wlphsx.js'
import wlsx from 'common/src/mixin/wlphsx.js'
import wlphsx from 'common/src/mixin/wlphsx.js'
export default {
// mixins:[wlphsx],
mixins:[wlsx,wlphsx],
data() {
return {
power: {
......
......@@ -15,8 +15,10 @@
<script>
// import wlphsx from 'common/src/mixin/wlphsx.js'
import Tzqd from './tzqd.vue'
import wlsx from 'common/src/mixin/wlphsx.js'
import wlphsx from 'common/src/mixin/wlphsx.js'
export default {
// mixins:[wlphsx],
mixins:[wlsx,wlphsx],
data() {
return {
......
......@@ -13,8 +13,10 @@
<script>
// import wlphsx from 'common/src/mixin/wlphsx.js'
import wlsx from 'common/src/mixin/wlphsx.js'
import wlphsx from 'common/src/mixin/wlphsx.js'
export default {
// mixins:[wlphsx],
mixins:[wlsx,wlphsx],
data() {
return {
power: {
......
......@@ -13,12 +13,14 @@
</template>
<script>
import wlsx from 'common/src/mixin/wlphsx.js'
import wlphsx from 'common/src/mixin/wlphsx.js'
export default {
mounted() {
},
mixins:[wlsx,wlphsx],
data() {
return {
power: {
......
......@@ -32,18 +32,8 @@
/* 基本配置*/
url: 'lxyl/ckgl/cktz',
queryUrl:'wms/ckgl/jhtz/query/cktz',
tableTitle: [{
title: "状态",
field: "zt",
fieldType: "ftString",
align: 'center',
width: 80,
"transform": {
"url": "lxyl/ckgl/cktz/init/zt",
"label": "name",
"value": "id"
}
},
tableTitle: [
{
title: "出库单号",
field: "djid",
......@@ -54,14 +44,10 @@
field: "ywrq",
fieldType: 'ftDate'
},
{
title: "领料人",
field: "llr",
width: 140
},
{
title: "事务类型",
field: "swlxmc",
field: "swlxName",
width: 100
},
{
......@@ -72,19 +58,24 @@
},
{
title: "仓库",
field: "ckmc",
field: "ckName",
width: 140
},
// {
// title: "需求日期",
// field: "xqrq",
// fieldType: 'ftDate'
// },
{
title: "需求日期",
field: "xqrq",
fieldType: 'ftDate'
},
{
title: "领料部门",
field: "bmmc",
title: "部门",
field: "bmName",
width: 140
},
{
title: "货主",
field: "hzName",
width: 140
},
{
title: "备注",
field: "bz",
......
......@@ -13,14 +13,17 @@
</template>
<script>
import wlsx from 'common/src/mixin/wlphsx.js'
import wlphsx from 'common/src/mixin/wlphsx.js'
export default {
mounted() {
},
mixins:[wlsx,wlphsx],
data() {
return {
power: {
add: false,
copy: false,
......@@ -67,25 +70,25 @@
width: 100,
},
{
title: "领料数量",
title: "应出数量",
field: "yfsl",
width: 100,
},
{
title: "库存数量",
field: "kcsl",
width: 100,
},
// {
// title: "库存数量",
// field: "kcsl",
// width: 100,
// },
{
title: "制令号",
field: "zlh",
width: 180,
},
{
title: "库位",
field: "kwName",
width: 100,
},
// {
// title: "库位",
// field: "kwName",
// width: 100,
// },
{
title: "备注",
field: "bz",
......
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