shish 3 лет назад
Родитель
Сommit
2e2e0af38a
2 измененных файлов с 3 добавлено и 3 удалено
  1. 2 2
      ghsApp/src/pagesGys/search.vue
  2. 1 1
      ghsApp/src/pagesPurchase/supplier.vue

+ 2 - 2
ghsApp/src/pagesGys/search.vue

@@ -9,7 +9,7 @@
 				<block v-for="(item, index) in searchList" :key="index">
 					<view style="margin-bottom:28upx;" @click="addData(item)">
 						<view>编号 {{item.orderSn}}</view>
-						<view>时间 {{item.entryTime.substr(5,11)}}</view>
+						<view>时间 {{item.entryTime.substr(2,14)}}</view>
 						<view>金额 ¥{{item.actPrice}}</view>
 					</view>
 				</block>
@@ -211,7 +211,7 @@ export default {
 				that.searchList = [];
 				return false
 			}
-			getDebtList({id:this.option.id,shortNo:e}).then(res=>{
+			getDebtList({id:this.option.id,shortOrderSn:e}).then(res=>{
 				if(res.code == 1){
 					if (res.data.list && !this.$util.isEmpty(res.data.list)) {
 						that.searchList = res.data.list

+ 1 - 1
ghsApp/src/pagesPurchase/supplier.vue

@@ -279,7 +279,7 @@ export default {
             background: #2ca99d;
             position: absolute;
             top:-80upx;
-            right:50upx;
+            right:60upx;
         }
         .cg-button{
             display: inline-block;