Kaynağa Gözat

perf: 处理应收应付

wangcz 7 yıl önce
ebeveyn
işleme
0c7934587b

+ 3 - 3
src/main/webapp/resources/tpl/index/fa/apCheck.html

@@ -645,7 +645,7 @@
 								<span>{{count.currency}}:{{count.amount | number:2}}</span>
 							</div>
 							<div ng-if="dataInfo.thisPeriodDoneAmount.length === 0">
-								0
+								暂无数据
 							</div>
 						</label>
 					</div>
@@ -657,7 +657,7 @@
 								<span>{{count.currency}}:{{count.amount | number:2}}</span>
 							</div>
 							<div ng-if="dataInfo.thisPeriodSendAmount.length === 0">
-								0
+								暂无数据
 							</div>
 						</label>
 					</div>
@@ -802,7 +802,7 @@
 									<th colspan="11">
 										<div class="order-count">
 											<span>合计:</span>
-											验收数量:<span>{{'-'}}</span>
+											验收数量:<span>{{check.checkQty ? (check.checkQty | number:2) : '-'}}</span>
 											发货数量:<span>{{check.sendQty ? (check.sendQty | number:2) : '-'}}</span>
 											应收金额:<span>{{check.checkAmountList ? (check.checkAmountList | number: 2) : '-'}}</span>
 											发货金额:<span>{{check.sendAmountList ? (check.sendAmountList | number: 2) : '-'}}</span>

+ 3 - 3
src/main/webapp/resources/tpl/index/fa/arCheck.html

@@ -570,7 +570,7 @@
 								<span>{{count.currency}}:{{count.amount | number:2}}</span>
 							</div>
 							<div ng-if="dataInfo.thisPeriodDoneAmount.length === 0">
-								0
+								暂无数据
 							</div>
 						</label>
 					</div>
@@ -582,7 +582,7 @@
 								<span>{{count.currency}}:{{count.amount | number:2}}</span>
 							</div>
 							<div ng-if="dataInfo.thisPeriodSendAmount.length === 0">
-								0
+								暂无数据
 							</div>
 						</label>
 					</div>
@@ -704,7 +704,7 @@
 									<th colspan="11">
 										<div class="order-count">
 											<span>合计:</span>
-											验收数量:<span>{{'-'}}</span>
+											验收数量:<span>{{check.checkQty ? (check.checkQty | number:2) : '-'}}</span>
 											发货数量:<span>{{check.sendQty ? (check.sendQty | number:2) : '-'}}</span>
 											应付金额:<span>{{check.checkAmountList ? (check.checkAmountList | number: 2) : '-'}}</span>
 											发货金额:<span>{{check.sendAmountList ? (check.sendAmountList | number: 2) : '-'}}</span>