|
@@ -2193,6 +2193,15 @@
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="6">
|
|
<el-col :span="6">
|
|
|
|
+ <el-form-item label="装卸工" prop="fStevedore">
|
|
|
|
+ <el-input
|
|
|
|
+ v-model="importList.fStevedore"
|
|
|
|
+ style="width: 100%"
|
|
|
|
+ placeholder="装卸工"
|
|
|
|
+ />
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="6">
|
|
<el-form-item label="库内箱号" prop="fLocalcntrno">
|
|
<el-form-item label="库内箱号" prop="fLocalcntrno">
|
|
<el-input
|
|
<el-input
|
|
v-model="importList.fLocalcntrno"
|
|
v-model="importList.fLocalcntrno"
|
|
@@ -3444,27 +3453,34 @@ export default {
|
|
},
|
|
},
|
|
{
|
|
{
|
|
surface: "21",
|
|
surface: "21",
|
|
|
|
+ label: "fStevedore",
|
|
|
|
+ name: "装卸工",
|
|
|
|
+ checked: 0,
|
|
|
|
+ width: 100,
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ surface: "22",
|
|
label: "fLocalcntrno",
|
|
label: "fLocalcntrno",
|
|
name: "库内箱号",
|
|
name: "库内箱号",
|
|
checked: 0,
|
|
checked: 0,
|
|
width: 100,
|
|
width: 100,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- surface: "22",
|
|
|
|
|
|
+ surface: "23",
|
|
label: "fSealno",
|
|
label: "fSealno",
|
|
name: "封号",
|
|
name: "封号",
|
|
checked: 0,
|
|
checked: 0,
|
|
width: 100,
|
|
width: 100,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- surface: "23",
|
|
|
|
|
|
+ surface: "24",
|
|
label: "fGoodsval",
|
|
label: "fGoodsval",
|
|
name: "货值",
|
|
name: "货值",
|
|
checked: 0,
|
|
checked: 0,
|
|
width: 100,
|
|
width: 100,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- surface: "24",
|
|
|
|
|
|
+ surface: "25",
|
|
label: "remark",
|
|
label: "remark",
|
|
name: "备注",
|
|
name: "备注",
|
|
checked: 0,
|
|
checked: 0,
|
|
@@ -3797,7 +3813,7 @@ export default {
|
|
changefStltype(row) {
|
|
changefStltype(row) {
|
|
this.fMblnoOptions.map((e) => {
|
|
this.fMblnoOptions.map((e) => {
|
|
if (row == e.fId) {
|
|
if (row == e.fId) {
|
|
- this.$set(this.form, "fStltypeid", e.fStltypeid.toString());
|
|
|
|
|
|
+ this.$set(this.form, "fStltypeid", e.fStltypeid?e.fStltypeid.toString():null);
|
|
}
|
|
}
|
|
});
|
|
});
|
|
},
|
|
},
|
|
@@ -4483,6 +4499,7 @@ export default {
|
|
fGoodsval: this.importList.fGoodsval,
|
|
fGoodsval: this.importList.fGoodsval,
|
|
fLntype: this.importList.fLntype,
|
|
fLntype: this.importList.fLntype,
|
|
fForkliftman: this.importList.fForkliftman,
|
|
fForkliftman: this.importList.fForkliftman,
|
|
|
|
+ fStevedore: this.importList.fStevedore,
|
|
fLocalcntrno: this.importList.fLocalcntrno,
|
|
fLocalcntrno: this.importList.fLocalcntrno,
|
|
fSealno: this.importList.fSealno,
|
|
fSealno: this.importList.fSealno,
|
|
fFleet: this.importList.fFleet,
|
|
fFleet: this.importList.fFleet,
|