Commit 02351d7e authored by 李苏's avatar 李苏 💬

add material attributes and change some position of button

parent 0ec131fb
......@@ -13,7 +13,10 @@
</template>
<script>
import wlsx from 'common/src/mixin/wlsx.js'
import wlphsx from 'common/src/mixin/wlphsx.js'
export default {
mixins:[wlphsx,wlsx],
mounted() {
......@@ -89,16 +92,16 @@
width: 180,
},
{
title: "调拨数量",
field: "bcsl",
title: "应出数量",
field: "yfsl",
width: 120,
fieldType: 'float'
},
{
title: "货主",
field: "hzName",
width: 180,
},
// {
// title: "货主",
// field: "hzName",
// width: 180,
// },
],
queryParams: [],
......
......@@ -6,14 +6,15 @@
<Akck :type="'add'" v-if="ctx.basePage.showAdd" :app='ctx.basePage' :buttonApp='ctx.basePage' />
</template>
<template #toolbar="ctx">
<el-button @click="akck(ctx.basePage)" size='mini' type="primary">按库存开</el-button>
<el-button @click="qr(ctx.basePage)" size='mini' type="primary">确认</el-button>
<el-button @click="qxqr(ctx.basePage)" size='mini' type="primary">取消确认</el-button>
<!-- <el-button @click="demo(ctx.basePage)" size='mini' type="primary">直接入库</el-button> -->
<ImportButton @success="()=>{
<!-- <ImportButton @success="()=>{
ctx.basePage.refresh()
}" :url="'/lxyl/ckgl/cktz/import'" />
}" :url="'/lxyl/ckgl/cktz/import'" /> -->
<el-button @click="tbwl(ctx.basePage)" size='mini' type="primary" style="margin-left: 10px;">同步sap出库单</el-button>
<el-button @click="akck(ctx.basePage)" size='mini' type="primary">按库存开</el-button>
<el-button @click="qr(ctx.basePage)" size='mini' type="primary">确认</el-button>
<el-button @click="qxqr(ctx.basePage)" size='mini' type="primary">取消确认</el-button>
</template>
</BasePage>
......
......@@ -13,7 +13,10 @@
</template>
<script>
export default {
import wlsx from 'common/src/mixin/wlsx.js'
import wlphsx from 'common/src/mixin/wlphsx.js'
export default {
mixins:[wlphsx,wlsx],
mounted() {
......
......@@ -61,7 +61,7 @@
"span": 12,
"type": "RelSelect",
"value": "",
"required": true,
// "required": true,
"typeConfig": {
"src": "wms/jcsj/kq/query",
"match": {
......
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