|
|
|
@ -80,32 +80,22 @@
|
|
|
|
|
<el-button type="primary" icon="el-icon-plus" @click="handlebill" v-if="handler" |
|
|
|
|
>创建提货单</el-button |
|
|
|
|
> |
|
|
|
|
<el-button type="primary" icon="el-icon-plus" @click="handleStockList" v-if="handler" |
|
|
|
|
<el-button type="primary" icon="Position" @click="handleStockList" v-if="handler" |
|
|
|
|
>批量转库存品</el-button |
|
|
|
|
> |
|
|
|
|
<el-button |
|
|
|
|
type="danger" |
|
|
|
|
icon="el-icon-delete" |
|
|
|
|
@click="handleCallDelivery('3')" |
|
|
|
|
v-if="handler" |
|
|
|
|
<el-button type="danger" icon="Edit" @click="handleCallDelivery('3')" v-if="handler" |
|
|
|
|
>修改客户信息</el-button |
|
|
|
|
> |
|
|
|
|
<el-button |
|
|
|
|
type="danger" |
|
|
|
|
icon="el-icon-delete" |
|
|
|
|
@click="handleCallDelivery('2')" |
|
|
|
|
v-if="handler" |
|
|
|
|
<el-button type="danger" icon="Edit" @click="handleCallDelivery('2')" v-if="handler" |
|
|
|
|
>修改服务类型</el-button |
|
|
|
|
> |
|
|
|
|
<el-button type="primary" icon="el-icon-plus" @click="handleCallDelivery('1', '1')" |
|
|
|
|
>通知提货</el-button |
|
|
|
|
> |
|
|
|
|
<el-button type="danger" icon="el-icon-delete" @click="handleCallDelivery('1', '2')" |
|
|
|
|
<el-button type="danger" icon="Plus" @click="handleCallDelivery('1', '2')" |
|
|
|
|
>再次通知</el-button |
|
|
|
|
> |
|
|
|
|
<el-button type="danger" icon="el-icon-plus" @click="handleExport" plain |
|
|
|
|
>导 出</el-button |
|
|
|
|
> |
|
|
|
|
<el-button type="danger" icon="Download" @click="handleExport" plain>导 出</el-button> |
|
|
|
|
</div> |
|
|
|
|
<div class="avue-crud__left"> |
|
|
|
|
<!-- <el-button type="primary" icon="el-icon-plus" @click="handlebill" >创建提货单</el-button>--> |
|
|
|
@ -684,17 +674,6 @@ export default {
|
|
|
|
|
isshowSummary: true, |
|
|
|
|
sortable: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'availableQuantity', |
|
|
|
|
label: '可用数量', |
|
|
|
|
type: 2, |
|
|
|
|
values: '', |
|
|
|
|
width: '140', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
isshowSummary: true, |
|
|
|
|
sortable: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'notReceived', |
|
|
|
|
label: '未入库数量', |
|
|
|
|