|
@@ -28,23 +28,23 @@
|
|
|
<ws-info-table>
|
|
|
<!-- 任务编号 -->
|
|
|
<ws-form-item label="任务编号" span="1" prop="processNo">
|
|
|
- <ws-input
|
|
|
+ <!-- <ws-input
|
|
|
v-model="deptBudgetList.processNo"
|
|
|
placeholder="请输入任务编号"
|
|
|
maxlength="20"
|
|
|
size="small"
|
|
|
- />
|
|
|
- <!-- {{deptBudgetList.processNo}} -->
|
|
|
+ /> -->
|
|
|
+ {{deptBudgetList.processNo}}
|
|
|
</ws-form-item>
|
|
|
<!-- 货名 -->
|
|
|
<ws-form-item label="货名" span="1" prop="goodsName">
|
|
|
- <ws-input
|
|
|
+ <!-- <ws-input
|
|
|
v-model="deptBudgetList.goodsName"
|
|
|
placeholder="请输入货名"
|
|
|
maxlength="20"
|
|
|
size="small"
|
|
|
- />
|
|
|
- <!-- {{deptBudgetList.goodsName}} -->
|
|
|
+ /> -->
|
|
|
+ {{deptBudgetList.goodsName}}
|
|
|
</ws-form-item>
|
|
|
<!--重量(吨)-->
|
|
|
<ws-form-item
|
|
@@ -53,13 +53,13 @@
|
|
|
prop="weight"
|
|
|
class="readonly"
|
|
|
>
|
|
|
- <ws-input
|
|
|
+ <!-- <ws-input
|
|
|
v-model="deptBudgetList.weight"
|
|
|
placeholder="请输入重重"
|
|
|
maxlength="100"
|
|
|
size="small"
|
|
|
- />
|
|
|
- <!-- {{deptBudgetList.weight}} -->
|
|
|
+ /> -->
|
|
|
+ {{deptBudgetList.weight}}
|
|
|
</ws-form-item>
|
|
|
|
|
|
<!--发货地址-->
|
|
@@ -75,24 +75,24 @@
|
|
|
</ws-form-item>
|
|
|
<!--发货人-->
|
|
|
<ws-form-item label="发货人" span="1" prop="sender">
|
|
|
- <ws-input
|
|
|
+ <!-- <ws-input
|
|
|
v-model="deptBudgetList.sender"
|
|
|
placeholder="请输入发货人姓名"
|
|
|
maxlength="100"
|
|
|
size="small"
|
|
|
- />
|
|
|
- <!-- {{deptBudgetList.sender}} -->
|
|
|
+ /> -->
|
|
|
+ {{deptBudgetList.sender}}
|
|
|
</ws-form-item>
|
|
|
|
|
|
<!--发货人电话-->
|
|
|
<ws-form-item label="发货人电话" span="1" prop="senderPhone">
|
|
|
- <ws-input
|
|
|
+ <!-- <ws-input
|
|
|
v-model="deptBudgetList.senderPhone"
|
|
|
placeholder="请输入发货人电话"
|
|
|
maxlength="100"
|
|
|
size="small"
|
|
|
- />
|
|
|
- <!-- {{deptBudgetList.senderPhone}} -->
|
|
|
+ /> -->
|
|
|
+ {{deptBudgetList.senderPhone}}
|
|
|
</ws-form-item>
|
|
|
<!--收货地址-->
|
|
|
<ws-form-item label="收货地址" span="1" prop="receiveDetailedAddress">
|
|
@@ -107,157 +107,169 @@
|
|
|
</ws-form-item>
|
|
|
<!--收货人-->
|
|
|
<ws-form-item label="收货人" span="1" prop="receiver">
|
|
|
- <ws-input
|
|
|
+ <!-- <ws-input
|
|
|
v-model="deptBudgetList.receiver"
|
|
|
placeholder="请输入发货人"
|
|
|
maxlength="100"
|
|
|
size="small"
|
|
|
- />
|
|
|
- <!-- {{deptBudgetList.receiver}} -->
|
|
|
+ /> -->
|
|
|
+ {{deptBudgetList.receiver}}
|
|
|
</ws-form-item>
|
|
|
|
|
|
<!--收货人电话-->
|
|
|
<ws-form-item label="收货人电话" span="1" prop="receiverPhone">
|
|
|
- <ws-input
|
|
|
+ <!-- <ws-input
|
|
|
v-model="deptBudgetList.receiverPhone"
|
|
|
placeholder="请输入收货人电话"
|
|
|
maxlength="100"
|
|
|
size="small"
|
|
|
- />
|
|
|
- <!-- {{deptBudgetList.receiverPhone}} -->
|
|
|
+ /> -->
|
|
|
+ {{deptBudgetList.receiverPhone}}
|
|
|
</ws-form-item>
|
|
|
|
|
|
<!--发船日期-->
|
|
|
<ws-form-item label="发船日期" span="1" prop="deliveryDateStart">
|
|
|
- <ws-input
|
|
|
-
|
|
|
+ <!-- <ws-input
|
|
|
v-model="deptBudgetList.deliveryDateStart"
|
|
|
placeholder=""
|
|
|
maxlength="20"
|
|
|
size="small"
|
|
|
- />
|
|
|
+ /> -->
|
|
|
+ {{deptBudgetList.deliveryDateStart}}
|
|
|
</ws-form-item>
|
|
|
+
|
|
|
<!--最晚发货日期-->
|
|
|
<ws-form-item label="最晚到货日期" span="1" prop="deliveryDateEnd">
|
|
|
- <ws-input
|
|
|
-
|
|
|
+ <!-- <ws-input
|
|
|
v-model="deptBudgetList.deliveryDateEnd"
|
|
|
placeholder=""
|
|
|
maxlength="20"
|
|
|
size="small"
|
|
|
- />
|
|
|
+ /> -->
|
|
|
+ {{deptBudgetList.deliveryDateEnd}}
|
|
|
</ws-form-item>
|
|
|
<!--合同编号-->
|
|
|
<ws-form-item label="合同编号" span="1" prop="contractNo">
|
|
|
- <ws-input
|
|
|
-
|
|
|
+ <!-- <ws-input
|
|
|
v-model="deptBudgetList.contractNo"
|
|
|
placeholder="请输入合同编号"
|
|
|
maxlength="20"
|
|
|
size="small"
|
|
|
- />
|
|
|
+ /> -->
|
|
|
+ {{deptBudgetList.contractNo}}
|
|
|
</ws-form-item>
|
|
|
|
|
|
</ws-info-table>
|
|
|
- <div class="small-title"><h2>联络员及航次</h2></div>
|
|
|
+ <div class="small-title">联络员及航次</div>
|
|
|
+ <div class="aa">
|
|
|
+ <div class="small-title">航次信息</div>
|
|
|
<div
|
|
|
style="width: 100%"
|
|
|
class="flex position"
|
|
|
v-for="(item, index) in deptBudgetList.tranCarInfoList"
|
|
|
:key="index.id"
|
|
|
>
|
|
|
+
|
|
|
<ws-info-table>
|
|
|
<!-- 姓名 -->
|
|
|
<ws-form-item label="姓名" span="1" prop="driver" class="siji">
|
|
|
- <ws-input
|
|
|
+ <!-- <ws-input
|
|
|
v-model="item.driver"
|
|
|
placeholder="请选择联络员"
|
|
|
size="small"
|
|
|
- ></ws-input>
|
|
|
+ ></ws-input> -->
|
|
|
+ {{item.driver}}
|
|
|
</ws-form-item>
|
|
|
<!-- 电话 -->
|
|
|
<ws-form-item label="电话" span="1" prop="driverPhone" class="siji">
|
|
|
- <ws-input
|
|
|
+ <!-- <ws-input
|
|
|
v-model="item.driverPhone"
|
|
|
placeholder="联络员电话"
|
|
|
size="small"
|
|
|
- ></ws-input>
|
|
|
-
|
|
|
+ ></ws-input> -->
|
|
|
+ {{item.driverPhone}}
|
|
|
</ws-form-item>
|
|
|
<!--发船日期-->
|
|
|
<ws-form-item label="发船日期" span="1" prop="sendDateStart" class="siji">
|
|
|
- <ws-input
|
|
|
+ <!-- <ws-input
|
|
|
v-model="item.sendDateStart"
|
|
|
placeholder="请选择日期"
|
|
|
-
|
|
|
- ></ws-input>
|
|
|
+ ></ws-input> -->
|
|
|
+ {{item.sendDateStart}}
|
|
|
</ws-form-item>
|
|
|
<ws-form-item label="预计到港日期" span="1" prop="receiveDateEnd" class="siji">
|
|
|
- <ws-input
|
|
|
+ <!-- <ws-input
|
|
|
v-model="item.receiveDateEnd"
|
|
|
placeholder="请选择日期"
|
|
|
value-format="yyyy-MM-dd"
|
|
|
size="small"
|
|
|
- />
|
|
|
-
|
|
|
+ /> -->
|
|
|
+ {{item.receiveDateEnd}}
|
|
|
</ws-form-item>
|
|
|
<!-- 船名 -->
|
|
|
<ws-form-item label="船名" span="1" prop="shipName" class="siji">
|
|
|
- <ws-input
|
|
|
+ <!-- <ws-input
|
|
|
v-model="item.shipName"
|
|
|
placeholder="请输入船名"
|
|
|
maxlength="100"
|
|
|
size="small"
|
|
|
- ></ws-input>
|
|
|
+ ></ws-input> -->
|
|
|
+ {{item.shipName}}
|
|
|
</ws-form-item>
|
|
|
<!-- 航次 -->
|
|
|
<ws-form-item label="航次" span="1" prop="shipNo" class="siji">
|
|
|
- <ws-input
|
|
|
+ <!-- <ws-input
|
|
|
v-model="item.shipNo"
|
|
|
placeholder="请选择航次"
|
|
|
maxlength="100"
|
|
|
size="small"
|
|
|
- ></ws-input>
|
|
|
+ ></ws-input> -->
|
|
|
+ {{item.shipNo}}
|
|
|
</ws-form-item>
|
|
|
<!-- 类型 -->
|
|
|
<ws-form-item label="类型" span="1" prop="shipType" class="siji">
|
|
|
- <ws-input
|
|
|
+ <!-- <ws-input
|
|
|
v-model="item.shipType"
|
|
|
placeholder=""
|
|
|
size="small"
|
|
|
- ></ws-input>
|
|
|
-
|
|
|
+ ></ws-input> -->
|
|
|
+ {{item.shipType}}
|
|
|
</ws-form-item>
|
|
|
<ws-form-item label="数量" span="1" prop="boxNumber" class="siji" v-show="item.shipType=='集装箱'">
|
|
|
- <ws-input
|
|
|
+ <!-- <ws-input
|
|
|
v-model="item.boxNumber"
|
|
|
placeholder="请输入数量"
|
|
|
size="small"
|
|
|
- ></ws-input>
|
|
|
+ ></ws-input> -->
|
|
|
+ {{item.boxNumber}}
|
|
|
</ws-form-item>
|
|
|
</ws-info-table>
|
|
|
</div>
|
|
|
+ </div>
|
|
|
+ <div class="xia">
|
|
|
<div
|
|
|
style="width: 100%"
|
|
|
- class="flex position"
|
|
|
+ class=""
|
|
|
v-for="(item, index) in freightspace"
|
|
|
:key="index"
|
|
|
>
|
|
|
<ws-info-table>
|
|
|
<ws-form-item :label="'仓位号-'+ (index + 1 )" span="1" prop="impurity" class="bot">
|
|
|
- <ws-input
|
|
|
+ <!-- <ws-input
|
|
|
v-model="item.impurity"
|
|
|
placeholder="请输入仓位号"
|
|
|
size="small"
|
|
|
- ></ws-input>
|
|
|
+ ></ws-input> -->
|
|
|
+ {{item.impurity}}
|
|
|
</ws-form-item>
|
|
|
<!-- 重量(吨) -->
|
|
|
<ws-form-item label="重量(吨)" span="1" prop="positionWeight" class="bot">
|
|
|
- <ws-input
|
|
|
+ <!-- <ws-input
|
|
|
v-model="item.positionWeight"
|
|
|
placeholder="请输入装仓重量"
|
|
|
size="small"
|
|
|
- ></ws-input>
|
|
|
+ ></ws-input> -->
|
|
|
+ {{item.positionWeight}}
|
|
|
</ws-form-item>
|
|
|
|
|
|
</ws-info-table>
|
|
@@ -270,6 +282,7 @@
|
|
|
alt=""
|
|
|
/> -->
|
|
|
</div>
|
|
|
+ </div>
|
|
|
<!-- <el-button
|
|
|
class="add"
|
|
|
type="primary"
|
|
@@ -524,20 +537,6 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- // fujian(row) {
|
|
|
- // if (
|
|
|
- // row.receiveAttachmentPath === null ||
|
|
|
- // row.receiveAttachmentPath === ''
|
|
|
- // ) {
|
|
|
- // EventBus.$emit(
|
|
|
- // 'warning',
|
|
|
- // this.$t('system.noticeCircular.NoInformation')
|
|
|
- // )
|
|
|
- // } else {
|
|
|
- // this.accessoryTFs = true
|
|
|
- // }
|
|
|
- // this.appendixIdss = row.receiveAttachmentPath
|
|
|
- // },
|
|
|
approve() {},
|
|
|
listQuery() {},
|
|
|
},
|
|
@@ -636,6 +635,7 @@ export default {
|
|
|
}
|
|
|
.bot{
|
|
|
width: 30%;
|
|
|
+ border: none;
|
|
|
}
|
|
|
.siji{
|
|
|
width: 300px;
|
|
@@ -708,6 +708,44 @@ export default {
|
|
|
font-size: 14px;
|
|
|
cursor: text;
|
|
|
padding: 0 !important;
|
|
|
+ border: none;
|
|
|
}
|
|
|
}
|
|
|
+//联络员及航次样式
|
|
|
+.aa{
|
|
|
+ width: 100%;
|
|
|
+ height: 90px;
|
|
|
+ background: #F5F7FA;
|
|
|
+ border-radius: 4px;
|
|
|
+ border: 1px solid #D8DCE6;
|
|
|
+}
|
|
|
+.xia{
|
|
|
+ width:70%;
|
|
|
+ height: 46px;
|
|
|
+ background: #F5F7FA;
|
|
|
+ border-radius: 4px;
|
|
|
+ border: 1px solid #D8DCE6;
|
|
|
+ margin-top: 10px;
|
|
|
+ border: none;
|
|
|
+}
|
|
|
+.xiaxia{
|
|
|
+ width: 70%;
|
|
|
+ height: 46px;
|
|
|
+ background: #F5F7FA;
|
|
|
+ border-radius: 4px;
|
|
|
+ // border: 1px solid #D8DCE6;
|
|
|
+ margin-top: 10px;
|
|
|
+ // border: none;
|
|
|
+}
|
|
|
+/deep/.ws-info-table .el-form-item .el-form-item__label {
|
|
|
+ background-color: #f5f7fa;
|
|
|
+ font-size: 14px;
|
|
|
+ font-family: PingFangSC-Regular, PingFang SC;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #8890b1;
|
|
|
+ line-height: 16px;
|
|
|
+}
|
|
|
+.position .siji {
|
|
|
+ width: 14.2%;
|
|
|
+}
|
|
|
</style>
|