Merge remote-tracking branch 'origin/master'
正在显示
4 个修改的文件
包含
30 行增加
和
25 行删除
| @@ -21,17 +21,17 @@ | @@ -21,17 +21,17 @@ | ||
| 21 | <span>{{ scope.row.flightDate }}</span> | 21 | <span>{{ scope.row.flightDate }}</span> |
| 22 | </template> | 22 | </template> |
| 23 | </el-table-column> | 23 | </el-table-column> |
| 24 | - <el-table-column label="始发站" width="280px" align="center"> | 24 | + <el-table-column label="始发站" width="235px" align="center"> |
| 25 | <template slot-scope="scope"> | 25 | <template slot-scope="scope"> |
| 26 | <span>{{ scope.row.originstation }}</span> | 26 | <span>{{ scope.row.originstation }}</span> |
| 27 | </template> | 27 | </template> |
| 28 | </el-table-column> | 28 | </el-table-column> |
| 29 | - <el-table-column label="目的站" width="280px" align="center"> | 29 | + <el-table-column label="目的站" width="235px" align="center"> |
| 30 | <template slot-scope="scope"> | 30 | <template slot-scope="scope"> |
| 31 | <span>{{ scope.row.destinationstation }}</span> | 31 | <span>{{ scope.row.destinationstation }}</span> |
| 32 | </template> | 32 | </template> |
| 33 | </el-table-column> | 33 | </el-table-column> |
| 34 | - <el-table-column label="操作" align="center"> | 34 | + <el-table-column label="操作" width="400px" align="center"> |
| 35 | <template slot-scope="scope"> | 35 | <template slot-scope="scope"> |
| 36 | <el-button type="primary" size="mini" @click="handlePre(scope.row)">预配舱单</el-button> | 36 | <el-button type="primary" size="mini" @click="handlePre(scope.row)">预配舱单</el-button> |
| 37 | <el-button type="primary" size="mini" @click="handleArrive(scope.row)">出港运抵</el-button> | 37 | <el-button type="primary" size="mini" @click="handleArrive(scope.row)">出港运抵</el-button> |
| @@ -109,18 +109,26 @@ | @@ -109,18 +109,26 @@ | ||
| 109 | <el-table-column label="操作" align="center"> | 109 | <el-table-column label="操作" align="center"> |
| 110 | <template slot-scope="scope"> | 110 | <template slot-scope="scope"> |
| 111 | <el-button size="mini" @click="handleSend(scope.row)">收发明细</el-button> | 111 | <el-button size="mini" @click="handleSend(scope.row)">收发明细</el-button> |
| 112 | + | ||
| 112 | <el-button size="mini" type="success" @click="handleEdit(scope.row)" >编辑 | 113 | <el-button size="mini" type="success" @click="handleEdit(scope.row)" >编辑 |
| 113 | </el-button> | 114 | </el-button> |
| 115 | + | ||
| 114 | <el-button size="mini" type="primary" @click="handleSendAwb(scope.row)" | 116 | <el-button size="mini" type="primary" @click="handleSendAwb(scope.row)" |
| 115 | :disabled="scope.row.status ==='23'">发送舱单报 | 117 | :disabled="scope.row.status ==='23'">发送舱单报 |
| 116 | </el-button> | 118 | </el-button> |
| 119 | + | ||
| 120 | + <br><br> | ||
| 117 | <el-button size="mini" type="danger" v-if="isAdmin" @click="handleAwbDelete(scope.row)">删除运单 | 121 | <el-button size="mini" type="danger" v-if="isAdmin" @click="handleAwbDelete(scope.row)">删除运单 |
| 118 | </el-button> | 122 | </el-button> |
| 123 | + | ||
| 119 | <el-button size="mini" type="warning" @click="handleAwbStatus(scope.row)" | 124 | <el-button size="mini" type="warning" @click="handleAwbStatus(scope.row)" |
| 120 | :disabled="scope.row.status ==='22'">更改状态 | 125 | :disabled="scope.row.status ==='22'">更改状态 |
| 121 | </el-button> | 126 | </el-button> |
| 127 | + | ||
| 122 | <el-button size="mini" type="danger" @click="handleSendDelete(scope.row)" | 128 | <el-button size="mini" type="danger" @click="handleSendDelete(scope.row)" |
| 123 | - :disabled="scope.row.status ==='24'">发删除报</el-button> | 129 | + :disabled="scope.row.status ==='24'">发删除报 |
| 130 | + </el-button> | ||
| 131 | + | ||
| 124 | </template> | 132 | </template> |
| 125 | </el-table-column> | 133 | </el-table-column> |
| 126 | </el-table> | 134 | </el-table> |
| @@ -60,19 +60,17 @@ | @@ -60,19 +60,17 @@ | ||
| 60 | :tree-props="{children: 'children', hasChildren: 'hasChildren'}"> | 60 | :tree-props="{children: 'children', hasChildren: 'hasChildren'}"> |
| 61 | <el-table-column type="selection" width="55"> | 61 | <el-table-column type="selection" width="55"> |
| 62 | </el-table-column> | 62 | </el-table-column> |
| 63 | - <el-table-column label="航班信息" width="90" align="center"> | 63 | +<!-- <el-table-column label="航班信息" width="90" align="center">--> |
| 64 | +<!-- <template slot-scope="scope">--> | ||
| 65 | +<!-- <p class="tableInline">{{scope.row.carrier}}{{scope.row.flightno}}</p>--> | ||
| 66 | +<!-- <p class="tableInline">{{scope.row.flightdate}}</p>--> | ||
| 67 | +<!-- <p class="tableInline">{{scope.row.originstation}}-{{scope.row.destinationstation}}</p>--> | ||
| 68 | +<!-- </template>--> | ||
| 69 | +<!-- </el-table-column>--> | ||
| 70 | + <el-table-column label="运单号" width="200" align="center"> | ||
| 64 | <template slot-scope="scope"> | 71 | <template slot-scope="scope"> |
| 65 | - <p class="tableInline">{{scope.row.carrier}}{{scope.row.flightno}}</p> | ||
| 66 | - <p class="tableInline">{{scope.row.flightdate}}</p> | ||
| 67 | - <p class="tableInline">{{scope.row.originstation}}-{{scope.row.destinationstation}}</p> | ||
| 68 | - </template> | ||
| 69 | - </el-table-column> | ||
| 70 | - <el-table-column label="运单号" width="120" align="center"> | ||
| 71 | - <template slot-scope="scope"> | ||
| 72 | - | ||
| 73 | - | ||
| 74 | - <p class="tableInline" v-if="scope.row.awbh !==''">{{scope.row.awbh}}</p> | ||
| 75 | - <p class="tableInline" v-else>{{scope.row.awba}}</p> | 72 | + <span class="tableInline" v-if="scope.row.awbh !==''">{{scope.row.awbh}}</span> |
| 73 | + <span class="tableInline" v-else>{{scope.row.awba}}</span> | ||
| 76 | </template> | 74 | </template> |
| 77 | </el-table-column> | 75 | </el-table-column> |
| 78 | <el-table-column label="运单件数/重量" width="100" align="center"> | 76 | <el-table-column label="运单件数/重量" width="100" align="center"> |
| @@ -70,11 +70,11 @@ | @@ -70,11 +70,11 @@ | ||
| 70 | <span>{{scope.row.awbh}}</span> | 70 | <span>{{scope.row.awbh}}</span> |
| 71 | </template> | 71 | </template> |
| 72 | </el-table-column> | 72 | </el-table-column> |
| 73 | - <el-table-column label="运单件数/重量" width="100" align="center"> | ||
| 74 | - <template slot-scope="scope"> | ||
| 75 | - <span>{{scope.row.awbpiece}} / {{scope.row.awbweight}}</span> | ||
| 76 | - </template> | ||
| 77 | - </el-table-column> | 73 | +<!-- <el-table-column label="运单件数/重量" width="100" align="center">--> |
| 74 | +<!-- <template slot-scope="scope">--> | ||
| 75 | +<!-- <span>{{scope.row.awbpiece}} / {{scope.row.awbweight}}</span>--> | ||
| 76 | +<!-- </template>--> | ||
| 77 | +<!-- </el-table-column>--> | ||
| 78 | <el-table-column label="理货件数/重量" width="100" align="center"> | 78 | <el-table-column label="理货件数/重量" width="100" align="center"> |
| 79 | <template slot-scope="scope"> | 79 | <template slot-scope="scope"> |
| 80 | <span>{{scope.row.piece}} / {{scope.row.weight}}</span> | 80 | <span>{{scope.row.piece}} / {{scope.row.weight}}</span> |
| @@ -108,18 +108,18 @@ | @@ -108,18 +108,18 @@ | ||
| 108 | <span v-if="scope.row.status ==='25'">已发送修改报</span> | 108 | <span v-if="scope.row.status ==='25'">已发送修改报</span> |
| 109 | </template> | 109 | </template> |
| 110 | </el-table-column> | 110 | </el-table-column> |
| 111 | - <el-table-column label="回执信息" show-overflow-tooltip width="300" align="center"> | 111 | + <el-table-column label="回执信息" show-overflow-tooltip width="230" align="center"> |
| 112 | <template slot-scope="scope"> | 112 | <template slot-scope="scope"> |
| 113 | <span>{{scope.row.ext5}}</span> | 113 | <span>{{scope.row.ext5}}</span> |
| 114 | </template> | 114 | </template> |
| 115 | </el-table-column> | 115 | </el-table-column> |
| 116 | - <el-table-column prop="operation" label="操作" align="center"> | 116 | + <el-table-column prop="operation" label="操作" width="420px" align="center"> |
| 117 | <template slot-scope="scope"> | 117 | <template slot-scope="scope"> |
| 118 | <el-button size="mini" @click="handleSend(scope.row)">收发明细</el-button> | 118 | <el-button size="mini" @click="handleSend(scope.row)">收发明细</el-button> |
| 119 | <el-button size="mini" type="success" @click="handleEdit(scope.row)">编辑</el-button> | 119 | <el-button size="mini" type="success" @click="handleEdit(scope.row)">编辑</el-button> |
| 120 | <el-button size="mini" type="primary" @click="handleAwbSend(scope.row)" | 120 | <el-button size="mini" type="primary" @click="handleAwbSend(scope.row)" |
| 121 | :disabled="addStatus(scope.row.status)">发送出港理货报</el-button> | 121 | :disabled="addStatus(scope.row.status)">发送出港理货报</el-button> |
| 122 | -<!-- :disabled="scope.row.status ==='23'">发舱单报</el-button>--> | 122 | + |
| 123 | <el-button size="mini" type="danger" v-if="isAdmin" @click="handleAwbDelete(scope.row)">删除运单</el-button> | 123 | <el-button size="mini" type="danger" v-if="isAdmin" @click="handleAwbDelete(scope.row)">删除运单</el-button> |
| 124 | <p></p> | 124 | <p></p> |
| 125 | <el-button size="mini" type="warning" @click="handleAwbStatus(scope.row)" | 125 | <el-button size="mini" type="warning" @click="handleAwbStatus(scope.row)" |
| @@ -128,7 +128,6 @@ | @@ -128,7 +128,6 @@ | ||
| 128 | @click="handleAddAwbh(scope.row)">新增分单</el-button> | 128 | @click="handleAddAwbh(scope.row)">新增分单</el-button> |
| 129 | <el-button size="mini" type="danger" @click="handleSendDelete(scope.row)" | 129 | <el-button size="mini" type="danger" @click="handleSendDelete(scope.row)" |
| 130 | :disabled="deleteStatus(scope.row.status)">发出港理货删除报</el-button> | 130 | :disabled="deleteStatus(scope.row.status)">发出港理货删除报</el-button> |
| 131 | -<!-- :disabled="scope.row.status ==='24'">发删除报</el-button>--> | ||
| 132 | </template> | 131 | </template> |
| 133 | </el-table-column> | 132 | </el-table-column> |
| 134 | </el-table> | 133 | </el-table> |
-
请 注册 或 登录 后发表评论