USER-20230908AJ\Administrator 1 an în urmă
părinte
comite
09f2c2bfe5

BIN
page_subpack/static/img/task-details/icon-2.png


BIN
page_subpack/static/img/task-details/icon-3.png


BIN
page_subpack/static/img/task-details/icon-4.png


+ 2 - 2
page_subpack/transition/components/credit-item.vue

@@ -1,5 +1,5 @@
 <template>
-	<view class="p-lr20 p-b40">
+	<view class="p-lr20 p-b40 animate__animated animate__fadeIn">
 		<view class="sys-background-fff r-30 text-color-12 p-20 m-t20" v-for="(item,index) in list" :key="index">
 			<view class="row-justify-sb center">
 				<view class="row-c line-30">
@@ -7,7 +7,7 @@
 <!--					<image class="wh-30 m-lr16" src="/static/img/task/task-phone.png" mode="aspectFill"></image>-->
 <!--					<text class="size-26">{{item.task_sn}}</text>-->
 				</view>
-				<image class="wh-80" src="/page_task/static/img/task-details/icon-5.png" mode="aspectFill"></image>
+				<image v-if="item.status>=2" class="wh-80" :src="'/page_subpack/static/img/task-details/icon-'+item.status+'.png'" mode="aspectFill"></image>
 			</view>
 			<view class="sys-from-background-color size-24 text-color-666 p-20 r-20 m-tb20">
 				<view>

+ 8 - 6
page_subpack/transition/to_excel.vue

@@ -12,7 +12,7 @@
         <view class="row credit_earch center sys-background-fff r-30 p-l16">
           <uni-icons type="search" size="18" color="#999"></uni-icons>
           <input class="flex m-l10 m-r20 size-28 sys-background-fff" type="text" placeholder="搜索文件名称"
-                 placeholder-style="font-size:28rpx;color:#999" v-model="value" />
+                 placeholder-style="font-size:28rpx;color:#999" v-model="value" @change="startList" />
         </view>
       </view>
       <view style="height: 100rpx;">
@@ -40,7 +40,7 @@
           <image class="wh-25" src="/page_subpack/static/img/task-details/close.png" mode="" @click="endAdd(true)">
           </image>
         </view>
-<!--        <add-file @newMsg="endAdd"></add-file>-->
+        <add-file @newMsg="endAdd"></add-file>
       </view>
 
     </uni-popup>
@@ -49,11 +49,12 @@
 <script>
 import CreditItem from "./components/credit-item.vue";
 import tools from "@/service/tools";
-// import AddFile from "@/page_subpack/transition/components/add-file.vue";
+import AddFile from "@/page_subpack/transition/components/add-file.vue";
+import {getTransferList} from "@/api/transfer";
 
 export default {
   components: {
-    // AddFile,
+    AddFile,
     CreditItem,
   },
   data() {
@@ -125,7 +126,9 @@ export default {
         return
       }
       getTransferList({
-        'status': this.tabId
+        'status': this.current,
+        'dateType': this.subCurrent,
+        'text': this.value,
       }).then(res => {
         if (res.code === 1) {
           this.list.push(...res.data.items)
@@ -179,7 +182,6 @@ export default {
 }
 
 .en-button {
-  border: none;
   color: #fff;
   font-size: 30rpx;
   border: 1rpx solid #0FB160 !important;