lex 1 år sedan
förälder
incheckning
b88bd1028d

+ 2 - 1
src/components/singe-file-upload/index.vue

@@ -255,7 +255,8 @@ export default {
 <style lang="less" scoped>
 .upload-text {
   display: inline-block;
-  width: 100%;
+  width: 90%;
+  max-width: 400px;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;

+ 2 - 1
src/views/branchPayManager/payschoolList.vue

@@ -213,7 +213,8 @@ export default {
     return {
       searchForm: {
         cooperationId: this.$route.query.id,
-        refundStatus: ""
+        refundStatus: "",
+        payTime: null
       },
       name: this.$route.query.name,
       backTypeList,

+ 1 - 0
src/views/businessManager/orderManager/financeManager-taoqi.vue

@@ -451,6 +451,7 @@
               :disabled="!isAdd"
               @change="checkSchool"
               style="width: 100% !important"
+              filterable
             >
               <el-option
                 v-for="(item, index) in cooperationList"

+ 1 - 0
src/views/businessManager/orderManager/financeManager.vue

@@ -493,6 +493,7 @@
               :disabled="!isAdd"
               @change="checkSchool"
               style="width: 100% !important"
+              filterable
             >
               <el-option
                 v-for="(item, index) in cooperationList"

+ 15 - 1
src/views/resetTeaming/components/resetPayList.vue

@@ -208,7 +208,8 @@
               </auth>
               <!-- v-permission="'musicGroupPaymentCalenderDetail/batchAdd/3890'"  v-permission="''" -->
 
-              <auth
+              <template v-if="scope.row.paymentType != 'GOODS_PURCHASE'">
+                <auth
                 auths="musicGroupPaymentCalender/update/4313"
                 v-if="
                   teamStatus &&
@@ -234,6 +235,19 @@
                   >修改</el-button
                 >
               </auth>
+              </template>
+              <template v-else>
+                <auth
+                auths="musicGroupPaymentCalender/update/4313"
+                v-if="
+                  scope.row.status != 'AUDITING'
+                "
+              >
+                <el-button type="text" @click="resetPay(scope.row)"
+                  >修改</el-button
+                >
+              </auth>
+              </template>
               <!--                   scope.row.paymentType != 'SPAN_GROUP_CLASS_ADJUST' &&-->
               <auth
                 auths="musicGroupPaymentCalender/revoke"