|
@@ -121,7 +121,7 @@
|
|
|
>已报关</el-button>
|
|
|
<el-button :type="!form.shippingStatus?'info':'warning'" size="small" :disabled="!form.id||form.estimateGoodGoods !='采购完成'" @click.native="dialog = true;fudaSatus = 2"
|
|
|
>已出运</el-button>
|
|
|
- <el-button :type="form.documentaryStatus == '已完成'?'success':'info'" size="small" :disabled="!form.id||form.estimateGoodGoods !='采购完成'" @click.native="dialog = true;fudaSatus = 3"
|
|
|
+ <el-button :type="form.documentaryStatus == '已寄单'?'success':'info'" size="small" :disabled="!form.id||form.estimateGoodGoods !='采购完成'" @click.native="dialog = true;fudaSatus = 3"
|
|
|
>已寄单</el-button>
|
|
|
</template>
|
|
|
<template slot-scope="{ row }" slot="corpId">
|