|
|
@@ -110,9 +110,9 @@
|
|
|
</template>
|
|
|
|
|
|
<template #slot-search-option="{scope}">
|
|
|
- <el-input v-model="searchContent" placeholder="核销码 / 供货商名 / 手机号" size="medium" style="width:240px;" :clearable="true" ref="itemSearchRef" @input="changeSearch()" @focus="search=''"></el-input>
|
|
|
+ <el-input v-model="searchContent" placeholder="核销码 / 供货商名 / 手机号" size="medium" style="width:220px;" :clearable="true" ref="itemSearchRef" @input="changeSearch()" @focus="search=''"></el-input>
|
|
|
|
|
|
- <el-select size="medium" v-model="currentCgStaffName" placeholder="采购人" style="width:150px;margin-left:10px;" @change="getCgStaff" :clearable="true">
|
|
|
+ <el-select size="medium" v-model="currentCgStaffName" placeholder="采购人" style="width:120px;margin-left:10px;" @change="getCgStaff" :clearable="true">
|
|
|
<el-option v-for="item in staffList" :key="item.id" :label="item.name" :value="item.id"></el-option>
|
|
|
</el-select>
|
|
|
|
|
|
@@ -406,7 +406,13 @@ export default {
|
|
|
prop: 'supplierName',
|
|
|
label: '供货商',
|
|
|
align: 'center',
|
|
|
- width: '150'
|
|
|
+ width: '130'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ prop: 'checkCode',
|
|
|
+ label: '核销码',
|
|
|
+ align: 'center',
|
|
|
+ width: '60'
|
|
|
},
|
|
|
{
|
|
|
prop: 'printNum',
|
|
|
@@ -440,7 +446,7 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
prop: 'seatSn',
|
|
|
- label: '货位号',
|
|
|
+ label: '货位',
|
|
|
align: 'center',
|
|
|
width: '80'
|
|
|
},
|
|
|
@@ -460,8 +466,7 @@ export default {
|
|
|
prop: 'actPrice',
|
|
|
label: '实际金额',
|
|
|
align: 'center',
|
|
|
- emptyText: '无',
|
|
|
- width: '110'
|
|
|
+ width: '90'
|
|
|
},
|
|
|
{
|
|
|
prop: 'status',
|
|
|
@@ -473,13 +478,13 @@ export default {
|
|
|
prop: 'entryTime',
|
|
|
label: '入库时间',
|
|
|
align: 'center',
|
|
|
- width: 140
|
|
|
+ width: 120
|
|
|
},
|
|
|
{
|
|
|
prop: 'addTime',
|
|
|
label: '创建时间',
|
|
|
align: 'center',
|
|
|
- width: 140
|
|
|
+ width: 120
|
|
|
},
|
|
|
],
|
|
|
on: {
|