snow 5 months ago
parent
commit
4985bb456d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/views/purchase/purchPay/detail.vue
  2. 1 1
      src/views/supply/purchPay/detail.vue

+ 1 - 1
src/views/purchase/purchPay/detail.vue

@@ -33,7 +33,7 @@ const formRef = ref<InstanceType<typeof ReconciliationForm> | null>(null);
 const { isSuperUser } = useUserInfo();
 
 const { id, isDetail, title, collapses } = useDetail({
-  baseName: "采购付款",
+  baseName: "买入付款",
   collapseLen: 5
 });
 

+ 1 - 1
src/views/supply/purchPay/detail.vue

@@ -19,7 +19,7 @@ const formRef = ref<InstanceType<typeof ReconciliationForm> | null>(null);
 
 const isOld = ref(false)
 const { id, isDetail, title, collapses } = useDetail({
-  baseName: "采购回款",
+  baseName: "卖出回款",
   collapseLen: 5
 });