@@ -470,34 +470,41 @@ export default {
},
{
surface: "2",
+ label: "billNo",
+ name: "系统编号",
+ checked: 0,
+ width: 100,
+ },
+ {
+ surface: "3",
label: "createTime",
name: "制单日期",
checked: 0,
width: 100,
- surface: "3",
+ surface: "4",
label: "loadDate",
name: "提箱日期",
- surface: "4",
+ surface: "5",
label: "billType",
name: "业务类型",
- surface: "5",
+ surface: "6",
label: "transType",
name: "运输方式",
- surface: "6",
+ surface: "7",
label: "transProp",
name: "运输性质",
@@ -307,7 +307,7 @@
fixed="left"
>
<template slot-scope="scope">
- <el-link :underline="false" type="primary"
+ <el-link :underline="false" type="primary"
><div @click="handleUpdate(scope.row)">
{{ scope.row.mblno }}
</div></el-link
@@ -447,34 +447,41 @@ export default {