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