Explorar o código

采购订单金额bug

yusheng hai 6 meses
pai
achega
4852f8919c

+ 1 - 1
manifest.json

@@ -2,7 +2,7 @@
     "name" : "智慧工厂",
     "appid" : "__UNI__45B3907",
     "description" : "",
-    "versionName" : "V1.0.3.36",
+    "versionName" : "V1.0.3.37",
     "versionCode" : "100",
     "transformPx" : false,
     "h5" : {

+ 1 - 1
pages/home/wt/components/purchaseContract/taskForm.vue

@@ -89,7 +89,7 @@
 		<view v-show='curNow===2'>
 			<u-sticky offset-top="100">
 				<u-tag
-					:text="`总计: ${form.totalPrice&&form.totalPrice.toFixed(2)} 优惠总计: ${form.discountTotalPrice&&form.discountTotalPrice.toFixed(2)}`"
+					:text="`总计: ${form.totalPrice&&form.totalPrice} 优惠总计: ${form.discountTotalPrice&&form.discountTotalPrice}`"
 					size="large" type="success"></u-tag>
 			</u-sticky>
 			<view v-for="(item,index) in detailData['productList']" :key="index">

+ 1 - 1
pages/home/wt/components/purchaseOrder/taskForm.vue

@@ -95,7 +95,7 @@
 		<view v-show='curNow===2'>
 			<u-sticky offset-top="100">
 				<u-tag
-					:text="`总计: ${form.totalAmount&&form.totalAmount.toFixed(2)} 应付金额: ${form.payAmount&&form.payAmount.toFixed(2)}`"
+					:text="`总计: ${form.totalAmount&&form.totalAmount} 应付金额: ${form.payAmount&&form.payAmount}`"
 					size="large" type="success"></u-tag>
 			</u-sticky>
 			<view v-for="(item,index) in form['productList']" :key="index">

+ 1 - 1
pages/home/wt/components/salesContract/taskForm.vue

@@ -89,7 +89,7 @@
 		<view v-show='curNow===2'>
 			<u-sticky offset-top="100">
 				<u-tag
-					:text="`总计: ${form.totalPrice&&form.totalPrice.toFixed(2)} 优惠总计: ${form.discountTotalPrice&&form.discountTotalPrice.toFixed(2)}`"
+					:text="`总计: ${form.totalPrice&&form.totalPrice} 优惠总计: ${form.discountTotalPrice&&form.discountTotalPrice}`"
 					size="large" type="success"></u-tag>
 			</u-sticky>
 			<view v-for="(item,index) in detailData['productList']" :key="index">

+ 1 - 1
pages/home/wt/components/salesOrder/taskForm.vue

@@ -83,7 +83,7 @@
 		<view v-show='curNow===2'>
 			<u-sticky offset-top="100">
 				<u-tag
-					:text="`总计: ${form.totalAmount&&form.totalAmount.toFixed(2)} 优惠总金额: ${form.payAmount&&form.payAmount.toFixed(2)}`"
+					:text="`总计: ${form.totalAmount&&form.totalAmount} 优惠总金额: ${form.payAmount&&form.payAmount}`"
 					size="large" type="success"></u-tag>
 			</u-sticky>
 			<view v-for="(item,index) in form['productList']" :key="index">