|
@@ -71,7 +71,7 @@
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
-
|
|
|
+
|
|
|
</el-row>
|
|
|
<el-collapse-transition>
|
|
|
<div v-show="show">
|
|
@@ -93,7 +93,7 @@
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
-
|
|
|
+
|
|
|
<el-col :span="6">
|
|
|
<el-form-item label-width="100px" label="货品名称" prop="goodsId">
|
|
|
<el-select
|
|
@@ -468,7 +468,7 @@ export default {
|
|
|
{
|
|
|
surface: "7",
|
|
|
label: "mblno",
|
|
|
- name: "运单号",
|
|
|
+ name: "提单号",
|
|
|
checked: 0,
|
|
|
width: 100,
|
|
|
fixed: "left",
|
|
@@ -550,6 +550,13 @@ export default {
|
|
|
checked: 0,
|
|
|
width: 100,
|
|
|
},
|
|
|
+ {
|
|
|
+ surface: "19",
|
|
|
+ label: "orderNo",
|
|
|
+ name: "运单号",
|
|
|
+ checked: 0,
|
|
|
+ width: 100,
|
|
|
+ },
|
|
|
],
|
|
|
getRowList: [
|
|
|
{
|
|
@@ -597,7 +604,7 @@ export default {
|
|
|
{
|
|
|
surface: "7",
|
|
|
label: "mblno",
|
|
|
- name: "运单号",
|
|
|
+ name: "提单号",
|
|
|
checked: 0,
|
|
|
width: 100,
|
|
|
fixed: "left",
|
|
@@ -679,6 +686,13 @@ export default {
|
|
|
checked: 0,
|
|
|
width: 100,
|
|
|
},
|
|
|
+ {
|
|
|
+ surface: "19",
|
|
|
+ label: "orderNo",
|
|
|
+ name: "运单号",
|
|
|
+ checked: 0,
|
|
|
+ width: 100,
|
|
|
+ },
|
|
|
],
|
|
|
allCheck: false,
|
|
|
title: "",
|