|
@@ -121,7 +121,7 @@
|
|
<el-button type="primary">导入</el-button>
|
|
<el-button type="primary">导入</el-button>
|
|
</el-upload>
|
|
</el-upload>
|
|
</div>
|
|
</div>
|
|
- <div class="liaison">
|
|
|
|
|
|
+ <div class="liaison" v-if="this.deptBudgetList.tranCarInfoList.length>0">
|
|
<div
|
|
<div
|
|
style="width: 100%"
|
|
style="width: 100%"
|
|
class="flex position"
|
|
class="flex position"
|
|
@@ -234,7 +234,7 @@
|
|
</ws-info-table>
|
|
</ws-info-table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="yd-bottom">
|
|
|
|
|
|
+ <div v-if="this.deptBudgetList.tranCarInfoList.length>0" class="yd-bottom">
|
|
|
|
|
|
<ws-form-item label="运单:" span="1" prop="loadPoundImg" class="yd-bottom-left" v-if="freightspace[0].status == '已装车'">
|
|
<ws-form-item label="运单:" span="1" prop="loadPoundImg" class="yd-bottom-left" v-if="freightspace[0].status == '已装车'">
|
|
<!-- slot-scope="scope" -->
|
|
<!-- slot-scope="scope" -->
|
|
@@ -266,7 +266,7 @@
|
|
</template>
|
|
</template>
|
|
</ws-form-item>
|
|
</ws-form-item>
|
|
|
|
|
|
- <div style="text-align: right; color: #8890b1; font-size: 16px">
|
|
|
|
|
|
+ <div style="text-align: right; color: #8890b1; font-size: 16px;width:100%;">
|
|
合计(吨):{{ total }}/{{ deptBudgetList.weight }}
|
|
合计(吨):{{ total }}/{{ deptBudgetList.weight }}
|
|
<!--阶段状态-->
|
|
<!--阶段状态-->
|
|
<span class="noservice" v-show="deptBudgetList.feedbackStatus == '执行中'">未完货</span>
|
|
<span class="noservice" v-show="deptBudgetList.feedbackStatus == '执行中'">未完货</span>
|
|
@@ -276,7 +276,9 @@
|
|
>{{ deptBudgetList.feedbackStatus }}</span>
|
|
>{{ deptBudgetList.feedbackStatus }}</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
|
|
+ <div v-if="this.deptBudgetList.tranCarInfoList.length==0">
|
|
|
|
+ 暂无船次
|
|
|
|
+ </div>
|
|
<!--运单-->
|
|
<!--运单-->
|
|
<!-- <div
|
|
<!-- <div
|
|
style="width: 100%"
|
|
style="width: 100%"
|
|
@@ -756,7 +758,9 @@ export default {
|
|
this.deptBudgetList.shipType = response.tranCarInfoList[0].shipType
|
|
this.deptBudgetList.shipType = response.tranCarInfoList[0].shipType
|
|
this.deptBudgetList.boxNumber = response.tranCarInfoList[0].boxNumber
|
|
this.deptBudgetList.boxNumber = response.tranCarInfoList[0].boxNumber
|
|
//上传附件计数
|
|
//上传附件计数
|
|
- this.pictureTotal = this.deptBudgetList.tranCarInfoList[0].loadPoundImg.split(",").length
|
|
|
|
|
|
+ if(this.deptBudgetList.tranCarInfoList[0].loadPoundImg){
|
|
|
|
+ this.pictureTotal = this.deptBudgetList.tranCarInfoList[0].loadPoundImg.split(",").length
|
|
|
|
+ }
|
|
this.freightspace = response.tranCarInfoList
|
|
this.freightspace = response.tranCarInfoList
|
|
}
|
|
}
|
|
|
|
|