车辆对接

This commit is contained in:
wangshiming
2022-01-13 16:38:46 +08:00
parent 1c1ee02e49
commit 07c936a089
2 changed files with 3 additions and 2 deletions

View File

@ -427,7 +427,7 @@ tabs = {
{
title: '货物信息',
className: 'text-left',
width: '180px',
width: '250px',
render: 'goodsName'
}, {
title: '运费单价',

View File

@ -1,7 +1,7 @@
<!--
* @Author: your name
* @Date: 2021-12-03 11:10:14
* @LastEditTime: 2022-01-13 16:26:41
* @LastEditTime: 2022-01-13 16:37:16
* @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: \tms-obc-web\src\app\routes\supply-management\components\bulk\bulk.component.html
@ -92,6 +92,7 @@
<ng-template st-row="goodsInfos" let-item let-index="index">
<div>{{item?.goodsInfos?.goodsName}}</div>
<div>货源:{{item?.goodsInfos?.goodsResource}}</div>
<div class="text-error-dark">剩余: {{item?.goodsInfos?.remainingAmount}}</div>
</ng-template>
<!-- 用车需求 -->
<ng-template st-row="useCarDemand" let-item let-index="index">