Browse Source

总库、账外库页面调整

dev
汤建军 2 years ago
parent
commit
017e0e6498
  1. 15
      src/views/suppliesstronger/ProcessSuppliesStrongerList.vue
  2. 14
      src/views/wastematerials/ProcessWasteMaterialsList.vue

15
src/views/suppliesstronger/ProcessSuppliesStrongerList.vue

@ -70,7 +70,7 @@
@change="handleTableChange"> @change="handleTableChange">
<span slot="merchandiseName" slot-scope="text, record"> <span slot="merchandiseName" slot-scope="text, record">
<j-ellipsis :value="text" :length="12"/> <j-ellipsis :value="text" :length="39"/>
</span> </span>
<template slot="htmlSlot" slot-scope="text"> <template slot="htmlSlot" slot-scope="text">
<div v-html="text"></div> <div v-html="text"></div>
@ -145,18 +145,21 @@
{ {
title:'物料组', title:'物料组',
align:"center", align:"center",
width: 90,
dataIndex: 'materialClassify' dataIndex: 'materialClassify'
}, },
{ {
title:'物料号', title:'物料号',
align:"center", align:"center",
width:115,
dataIndex: 'materialsNumber' dataIndex: 'materialsNumber'
}, },
{ {
title:'物料名称及规格型号', title:'物料名称及规格型号',
width:200, width:390,
align:"center", align:"left",
// align:"conter",
scopedSlots: { customRender: 'merchandiseName' }, scopedSlots: { customRender: 'merchandiseName' },
dataIndex: 'merchandiseName' dataIndex: 'merchandiseName'
}, },
@ -174,16 +177,19 @@
{ {
title:'计量单位', title:'计量单位',
align:"center", align:"center",
width:70,
dataIndex: 'materialsUnit' dataIndex: 'materialsUnit'
}, },
{ {
title:'分公司库房', title:'分公司库房',
align:"center", align:"center",
width:90,
dataIndex: 'materialQuantity', dataIndex: 'materialQuantity',
}, },
{ {
title:'项目部数量', title:'项目部数量',
align:"center", align:"center",
width:90,
dataIndex: 'itemQuantity', dataIndex: 'itemQuantity',
// customRender:function (t,r,index) { // customRender:function (t,r,index) {
// console.log(r) // console.log(r)
@ -222,13 +228,14 @@
{ {
title:'核算属性', title:'核算属性',
align:"center", align:"center",
width: 115,
dataIndex: 'accountingAttributes_dictText' dataIndex: 'accountingAttributes_dictText'
}, },
{ {
title: '明细', title: '明细',
dataIndex: 'action', dataIndex: 'action',
align:"center", align:"center",
width:147, width:90,
scopedSlots: { customRender: 'action' } scopedSlots: { customRender: 'action' }
} }
], ],

14
src/views/wastematerials/ProcessWasteMaterialsList.vue

@ -76,7 +76,7 @@
@change="handleTableChange"> @change="handleTableChange">
<span slot="materialDescription" slot-scope="text, record"> <span slot="materialDescription" slot-scope="text, record">
<j-ellipsis :value="text" :length="9"/> <j-ellipsis :value="text" :length="39"/>
</span> </span>
<span slot="type" slot-scope="text, record"> <span slot="type" slot-scope="text, record">
<j-ellipsis :value="text" :length="9"/> <j-ellipsis :value="text" :length="9"/>
@ -161,21 +161,26 @@
{ {
title:'部门', title:'部门',
align:"center", align:"center",
width:120,
dataIndex: 'materialStorageId_dictText' dataIndex: 'materialStorageId_dictText'
}, },
{ {
title:'物料组', title:'物料组',
align:"center", align:"center",
width:115,
dataIndex: 'materialGroup' dataIndex: 'materialGroup'
}, },
{ {
title:'物料编号', title:'物料编号',
align:"center", align:"center",
width:115,
dataIndex: 'materialNumber' dataIndex: 'materialNumber'
}, },
{ {
title:'物料名称及规格型号', title:'物料名称及规格型号',
align:"center", // align:"center",
align:"left",
width: 390,
scopedSlots: { customRender: 'materialDescription' }, scopedSlots: { customRender: 'materialDescription' },
dataIndex: 'materialDescription' dataIndex: 'materialDescription'
}, },
@ -194,11 +199,13 @@
{ {
title:'计量单位', title:'计量单位',
align:"center", align:"center",
width:90,
dataIndex: 'materialsUnit' dataIndex: 'materialsUnit'
}, },
{ {
title:'现有数量', title:'现有数量',
align:"center", align:"center",
width:90,
dataIndex: 'materialQuantity' dataIndex: 'materialQuantity'
}, },
// { // {
@ -209,13 +216,14 @@
{ {
title:'调拨数量', title:'调拨数量',
align:"center", align:"center",
width:90,
dataIndex: 'existingNumber' dataIndex: 'existingNumber'
}, },
{ {
title: '查看详情', title: '查看详情',
dataIndex: 'action', dataIndex: 'action',
align:"center", align:"center",
width:147, width:90,
scopedSlots: { customRender: 'action' } scopedSlots: { customRender: 'action' }
} }
], ],

Loading…
Cancel
Save