shish %!s(int64=5) %!d(string=hai) anos
pai
achega
7cd8f7cf3e

+ 1 - 1
hdApp/src/api/clear/index.js

@@ -8,7 +8,7 @@ export const getDetail = async id => {
 };
 };
 
 
 /** *
 /** *
- * 月结
+ * 
  */
  */
 export const getClearList = async data => {
 export const getClearList = async data => {
 	return https.get("/clear/list", data);
 	return https.get("/clear/list", data);

+ 1 - 1
hdApp/src/pages.json

@@ -958,7 +958,7 @@
 				{
 				{
 					"path": "list",
 					"path": "list",
 					"style": {
 					"style": {
-						"navigationBarTitleText": "月结单"
+						"navigationBarTitleText": "单"
 					}
 					}
 				},
 				},
 				{
 				{

+ 1 - 1
hdApp/src/pagesPurchase/purDetails.vue

@@ -62,7 +62,7 @@
           <view>欠款:</view>
           <view>欠款:</view>
           <view v-if="detailInfo.debt == 1">是</view>
           <view v-if="detailInfo.debt == 1">是</view>
           <view v-else>
           <view v-else>
-						<view v-if="detailInfo.clearId > 0">已结清 <span style="color:blue;margin-left:10rpx;" @click="pageTo({url: '/admin/clear/info',query: {id: detailInfo.clearId}})">月结单</span></view>
+						<view v-if="detailInfo.clearId > 0">已结清 <span style="color:blue;margin-left:10rpx;" @click="pageTo({url: '/admin/clear/info',query: {id: detailInfo.clearId}})">单</span></view>
 						<view v-else>-</view>
 						<view v-else>-</view>
           </view>
           </view>
         </view>
         </view>