正在显示
2 个修改的文件
包含
13 行增加
和
9 行删除
@@ -279,15 +279,17 @@ | @@ -279,15 +279,17 @@ | ||
279 | </el-button> | 279 | </el-button> |
280 | </template> | 280 | </template> |
281 | </el-table-column> | 281 | </el-table-column> |
282 | - <el-table-column label="操作" align="center" width="410" fixed="right"> | 282 | + <el-table-column label="操作" align="center" width="200" fixed="right"> |
283 | <template slot-scope="scope"> | 283 | <template slot-scope="scope"> |
284 | <el-row> | 284 | <el-row> |
285 | - <el-button type="success" @click="editTrn(scope.$index,scope.row)">编辑</el-button> | ||
286 | - <el-button type="warning" :disabled="scope.row.customResponseText && scope.row.customResponseText !== undefined && scope.row.customResponseText.length>0" @click="declareTrn(scope.row)"> | ||
287 | - 申报 | ||
288 | - </el-button> | 285 | + <el-button type="success" @click="editTrn(scope.$index,scope.row)">编  辑</el-button> |
289 | <el-button type="danger" :disabled="scope.row.customResponseText && scope.row.customResponseText !== undefined && scope.row.customResponseText.length>0" @click="delTrn(scope.row)"> | 286 | <el-button type="danger" :disabled="scope.row.customResponseText && scope.row.customResponseText !== undefined && scope.row.customResponseText.length>0" @click="delTrn(scope.row)"> |
290 | - 删除 | 287 | + 删  除 |
288 | + </el-button> | ||
289 | + </el-row> | ||
290 | + <el-row> | ||
291 | + <el-button type="warning" :disabled="scope.row.customResponseText && scope.row.customResponseText !== undefined && scope.row.customResponseText.length>0" @click="declareTrn(scope.row)"> | ||
292 | + 申  报 | ||
291 | </el-button> | 293 | </el-button> |
292 | <el-button type="info" @click="statusTrn(scope.row)"> | 294 | <el-button type="info" @click="statusTrn(scope.row)"> |
293 | 修改状态 | 295 | 修改状态 |
@@ -623,7 +625,7 @@ | @@ -623,7 +625,7 @@ | ||
623 | autoid:'', | 625 | autoid:'', |
624 | seqno:'', | 626 | seqno:'', |
625 | ieflag:'E', | 627 | ieflag:'E', |
626 | - customscode:'', | 628 | + customscode:'4604', |
627 | inputopid: '', | 629 | inputopid: '', |
628 | inputopname:'', | 630 | inputopname:'', |
629 | applyname:'', | 631 | applyname:'', |
@@ -638,7 +640,7 @@ | @@ -638,7 +640,7 @@ | ||
638 | trafway:'5', | 640 | trafway:'5', |
639 | packno:'', | 641 | packno:'', |
640 | grosswt:'', | 642 | grosswt:'', |
641 | - unloadcode:'', | 643 | + unloadcode:'460043', |
642 | arrivetime: '', | 644 | arrivetime: '', |
643 | contatype:'', | 645 | contatype:'', |
644 | trnmode:'2', | 646 | trnmode:'2', |
@@ -823,6 +825,8 @@ | @@ -823,6 +825,8 @@ | ||
823 | this.form.trnmode = '2' | 825 | this.form.trnmode = '2' |
824 | this.form.trafmode= '5' | 826 | this.form.trafmode= '5' |
825 | this.form.trafway = '5' | 827 | this.form.trafway = '5' |
828 | + this.form.unloadcode = '460043' | ||
829 | + this.form.customscode = '4604' | ||
826 | }, | 830 | }, |
827 | 831 | ||
828 | // 新增功能 | 832 | // 新增功能 |
-
请 注册 或 登录 后发表评论