Browse Source

成本修复

dev-xx
马远东 9 months ago
parent
commit
90bbaf8a63
  1. 41
      src/option/storagecost/Warehouseinformationconfiguration.js
  2. 5
      src/views/cost/storagecost/Warehouseinformationconfiguration.vue

41
src/option/storagecost/Warehouseinformationconfiguration.js

@ -1,13 +1,13 @@
export const columnList = [
{
prop: '',
prop: 'checkbox',
label: '复选框',
type: 0,
width: 55,
fixed: true,
},
{
prop: '',
prop: 'xh',
label: '序号',
type: 12,
values: '',
@ -15,7 +15,7 @@ export const columnList = [
fixed: true,
},
{
prop: 'a',
prop: 'a1',
label: '仓库名称',
type: 2,
values: '',
@ -26,7 +26,7 @@ export const columnList = [
head: false,
},
{
prop: 'a',
prop: 'a2',
label: '维护状态 ',
type: 3,
values: '',
@ -46,7 +46,7 @@ export const columnList = [
head: false,
},
{
prop: 'a',
prop: 'a3',
label: '仓库总面积(㎡)',
type: 1,
values: '',
@ -57,7 +57,7 @@ export const columnList = [
head: false,
},
{
prop: 'aa',
prop: 'a4',
label: '月租金(元/月)',
type: 1,
values: '',
@ -68,7 +68,7 @@ export const columnList = [
head: false,
},
{
prop: 'a',
prop: 'a5',
label: '租赁合同开始时间',
type: 1,
values: '',
@ -79,7 +79,7 @@ export const columnList = [
head: false,
},
{
prop: 'a',
prop: 'a6',
label: '租赁合同结束时间',
type: 1,
values: '',
@ -90,7 +90,7 @@ export const columnList = [
head: false,
},
{
prop: 'a',
prop: 'a7',
label: '临时周转面积(㎡)',
type: 1,
values: '',
@ -101,7 +101,7 @@ export const columnList = [
head: false,
},
{
prop: 'a',
prop: 'a8',
label: '库位数',
type: 1,
values: '',
@ -112,7 +112,7 @@ export const columnList = [
head: false,
},
{
prop: 'a',
prop: 'a9',
label: '单库位面积(㎡)',
type: 1,
values: '',
@ -123,18 +123,7 @@ export const columnList = [
head: false,
},
{
prop: 'a',
label: '单库位面积(㎡)',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'a',
prop: 'a11',
label: '代作业入库费(元/件)',
type: 1,
values: '',
@ -145,7 +134,7 @@ export const columnList = [
head: false,
},
{
prop: 'a',
prop: 'a12',
label: '代作业出库费(元/件)',
type: 1,
values: '',
@ -156,7 +145,7 @@ export const columnList = [
head: false,
},
{
prop: 'a',
prop: 'a13',
label: '修改时间',
type: 1,
values: '',
@ -167,7 +156,7 @@ export const columnList = [
head: false,
},
{
prop: 'a',
prop: 'a14',
label: '修改人',
type: 1,
values: '',

5
src/views/cost/storagecost/Warehouseinformationconfiguration.vue

@ -19,9 +19,8 @@
<div class="avue-crud__header">
<!-- 头部左侧按钮模块 -->
<div class="avue-crud__left">
<el-button type="primary" @click="AddInfo">
<el-icon><Plus /></el-icon> </el-button
>
<el-button type="primary" @click="AddInfo"><el-icon><Plus /></el-icon></el-button>
<el-button type="primary" @click="AddInfo"><el-icon><Plus /></el-icon></el-button>
</div>
<!-- 头部右侧按钮模块 -->
<div class="avue-crud__right">

Loading…
Cancel
Save