|
@@ -117,11 +117,17 @@
|
|
@click.stop="openReport()"
|
|
@click.stop="openReport()"
|
|
>报表打印</el-button
|
|
>报表打印</el-button
|
|
>
|
|
>
|
|
- <el-button :type="!form.customsStatus?'info':'primary'" size="small" :disabled="!form.id||form.estimateGoodGoods !='货备齐'" @click.native="dialog = true;fudaSatus = 1"
|
|
|
|
|
|
+<!-- <el-button :type="!form.customsStatus?'info':'primary'" size="small" :disabled="!form.id||form.estimateGoodGoods !='货备齐'" @click.native="dialog = true;fudaSatus = 1"-->
|
|
|
|
+<!-- >已报关</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>-->
|
|
|
|
+ <el-button :type="!form.customsStatus?'info':'primary'" size="small" :disabled="!form.id" @click.native="dialog = true;fudaSatus = 1"
|
|
>已报关</el-button>
|
|
>已报关</el-button>
|
|
- <el-button :type="!form.shippingStatus?'info':'warning'" size="small" :disabled="!form.id||form.estimateGoodGoods !='货备齐'" @click.native="dialog = true;fudaSatus = 2"
|
|
|
|
|
|
+ <el-button :type="!form.shippingStatus?'info':'warning'" size="small" :disabled="!form.id" @click.native="dialog = true;fudaSatus = 2"
|
|
>已出运</el-button>
|
|
>已出运</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" @click.native="dialog = true;fudaSatus = 3"
|
|
>已寄单</el-button>
|
|
>已寄单</el-button>
|
|
</template>
|
|
</template>
|
|
<template slot-scope="{ row }" slot="corpId">
|
|
<template slot-scope="{ row }" slot="corpId">
|