|
@@ -71,7 +71,7 @@
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
-
|
|
|
+
|
|
|
</el-row>
|
|
|
<el-collapse-transition>
|
|
|
<div v-show="show">
|
|
@@ -467,10 +467,10 @@ export default {
|
|
|
{
|
|
|
surface: "7",
|
|
|
label: "mblno",
|
|
|
- name: "运单号",
|
|
|
+ name: "提单号",
|
|
|
checked: 0,
|
|
|
width: 100,
|
|
|
- fixed: "left",
|
|
|
+ fixed: "left",
|
|
|
},
|
|
|
{
|
|
|
surface: "8",
|
|
@@ -549,6 +549,20 @@ export default {
|
|
|
checked: 0,
|
|
|
width: 100,
|
|
|
},
|
|
|
+ {
|
|
|
+ surface: "19",
|
|
|
+ label: "orderNo",
|
|
|
+ name: "运单号",
|
|
|
+ checked: 0,
|
|
|
+ width: 100,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ surface: "20",
|
|
|
+ label: "driverTel",
|
|
|
+ name: "司机电话",
|
|
|
+ checked: 0,
|
|
|
+ width: 100,
|
|
|
+ },
|
|
|
],
|
|
|
getRowList: [
|
|
|
{
|
|
@@ -596,10 +610,10 @@ export default {
|
|
|
{
|
|
|
surface: "7",
|
|
|
label: "mblno",
|
|
|
- name: "运单号",
|
|
|
+ name: "提单号",
|
|
|
checked: 0,
|
|
|
width: 100,
|
|
|
- fixed: "left",
|
|
|
+ fixed: "left",
|
|
|
},
|
|
|
{
|
|
|
surface: "8",
|
|
@@ -678,6 +692,20 @@ export default {
|
|
|
checked: 0,
|
|
|
width: 100,
|
|
|
},
|
|
|
+ {
|
|
|
+ surface: "19",
|
|
|
+ label: "orderNo",
|
|
|
+ name: "运单号",
|
|
|
+ checked: 0,
|
|
|
+ width: 100,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ surface: "20",
|
|
|
+ label: "driverTel",
|
|
|
+ name: "司机电话",
|
|
|
+ checked: 0,
|
|
|
+ width: 100,
|
|
|
+ },
|
|
|
],
|
|
|
allCheck: false,
|
|
|
title: "",
|