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

add material attributes and change some position of button

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