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

1

parent 65a5ddb3
......@@ -25,7 +25,6 @@
v-for="(item,index) in editColItemList2 " :value="item.value" :span="item.span" :label="item.label"
:prop='item.prop' :key="item.prop" :type="item.type" :typeConfig='item.typeConfig'
:rule="item.rule" />
<!-- 额外数据 -->
</el-row>
</el-form>
......
<template>
<BasePage class="min_full" :config="config">
<BasePage :power='power' class="min_full" :config="config">
<template #dialog="ctx">
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</template>
......@@ -16,6 +16,21 @@
export default {
data() {
return {
power: {
add: false,
copy: false,
/* 手动控制删除 */
delButton: false,
/* 手动控制编辑按钮权限 */
editButton: false,
/* 是否渲染右侧操作按钮 */
operateButtons: false,
/* 是否开启工作流按钮 */
workFlow: false,
/* 表格开启选择,以及记住选择 */
showSelection: false,
saveSelected: false
},
config: {
/* 基本配置*/
url: 'wms/cxfx/kwmx',
......@@ -85,8 +100,8 @@
width: 140
},
{
title: "数量",
field: "sl",
title: "库存数量",
field: "kcsl",
width: 140
}
......@@ -195,4 +210,4 @@
</script>
<style>
</style>
\ No newline at end of file
</style>
......@@ -64,6 +64,11 @@
field: "wlph",
width: 140
},
{
title: "制令号",
field: "zlh",
width: 140
},
{
title: "码盘数量",
field: "mpsl",
......@@ -74,11 +79,7 @@
field: "rqCode",
width: 140
},
{
title: "制令号",
field: "zlh",
width: 140
},
{
title: "唯一码",
field: "packCode",
......
This diff is collapsed.
......@@ -49,6 +49,11 @@
field: "rkr",
width: 140
},
{
title: "货主",
field: "hzName",
width: 140
},
{
title: "事务类型",
field: "swlxName",
......
......@@ -126,13 +126,13 @@
editColItemList: [{
label: '单据号',
prop: 'djid',
span: 12,
span: 8,
type: 'input',
},
{
"label": "仓库",
"prop": "ckid",
"span": 12,
"span": 8,
"type": "RelSelect",
"value": "",
"required": true,
......@@ -147,7 +147,7 @@
{
"label": "事务类型",
"prop": "swlxid",
"span": 12,
"span": 8,
"type": "RelSelect",
"value": "",
"required": true,
......@@ -162,7 +162,7 @@
{
"label": "部门",
"prop": "bmid",
"span": 12,
"span": 8,
"type": "RelSelect",
"value": "",
"typeConfig": {
......@@ -176,7 +176,7 @@
{
label: '业务日期',
prop: 'ywrq',
span: 12,
span: 8,
type: 'date',
value: new Date().getTime(),
"required": true,
......@@ -184,7 +184,7 @@
{
label: '上架人',
prop: 'sjrid',
span: 12,
span: 8,
"required": true,
type: 'AuxInput',
typeConfig: {
......
......@@ -69,6 +69,12 @@
fieldType: "ftString",
width: 100
},
{
title: "货主",
field: "hzName",
fieldType: "ftString",
width: 100
},
{
title: "单据来源",
field: "djly",
......@@ -79,6 +85,11 @@
},
width: 80
},
{
title: "来源单号",
field: "rktzDjid",
width: 140
},
{
title: "来源单据号",
field: "lydjDjid",
......
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