iZaiZaiA 2 years ago
parent
commit
3ab2df7ebf
4 changed files with 9 additions and 5 deletions
  1. 1 1
      package.json
  2. BIN
      public/favicon.ico
  3. 4 0
      src/views/ledger/components/table-form.vue
  4. 4 4
      yarn.lock

+ 1 - 1
package.json

@@ -36,6 +36,6 @@
         "unplugin-auto-import": "^0.11.2",
         "unplugin-vue-components": "^0.22.7",
         "vfonts": "^0.0.3",
-        "vite": "^3.1.2"
+        "vite": "^3.1.3"
     }
 }

BIN
public/favicon.ico


+ 4 - 0
src/views/ledger/components/table-form.vue

@@ -210,6 +210,7 @@ const formLogDataList = ref([])
 const getTheLogBusinessData = async (excelId, recordDate) => {
     const {primaryKeyId} = menuItem.value
     const { data } = await queryApi.getTheLogBusinessData({
+        contractId: contractId.value || '',
         pkeyId: excelId,
         nodePrimaryKeyId: primaryKeyId,
         recordTime: recordDate,
@@ -413,6 +414,7 @@ const getBussPdfInfo = async () => {
     previewLoading.value = true
     const {primaryKeyId} = menuItem.value
     const { error, code, data } = await queryApi.getBussPdfInfo({
+        contractId: contractId.value || '',
         pkeyId: excelIdVal.value,
         nodePrimaryKeyId: primaryKeyId,
         recordTime: recordTime.value,
@@ -432,6 +434,7 @@ const getBussPdfInfo = async () => {
 const queryCurrentLogSelectProcessList = async (dateVal) => {
     const {primaryKeyId} = menuItem.value
     const { error, code, data, msg } = await queryApi.queryCurrentLogSelectProcessList({
+        contractId: contractId.value || '',
         nodePrimaryKeyId: primaryKeyId,
         recordTime: dateVal,
         theLogId: ""
@@ -487,6 +490,7 @@ const copyTimeSaveClick = async () => {
     copyTimeLoading.value = true
     const {primaryKeyId} = menuItem.value
     const { error, code, data } = await queryApi.copyTheLogBusinessData({
+        contractId: contractId.value || '',
         nodePrimaryKeyId: primaryKeyId,
         currentTime: recordTime.value,
         targetTime: copyTimeChoices.value

+ 4 - 4
yarn.lock

@@ -1231,10 +1231,10 @@ vfonts@^0.0.3:
   resolved "https://registry.yarnpkg.com/vfonts/-/vfonts-0.0.3.tgz#999d66fecea18efee3f2b966c81101ae8ce01a29"
   integrity sha512-nguyw8L6Un8eelg1vQ31vIU2ESxqid7EYmy8V+MDeMaHBqaRSkg3dTBToC1PR00D89UzS/SLkfYPnx0Wf23IQQ==
 
-vite@^3.1.2:
-  version "3.1.2"
-  resolved "https://registry.yarnpkg.com/vite/-/vite-3.1.2.tgz#6b080f928490b1a46465ed3cbb4815f31f1a5376"
-  integrity sha512-wTDKPkiVbeT+drTPdkuvjVIC/2vKKUc1w3qNOuwgpyvPCZF6fvdxB5v5WEcCsqaYea0zrwA4+XialJKCHM3oVQ==
+vite@^3.1.3:
+  version "3.1.3"
+  resolved "https://registry.yarnpkg.com/vite/-/vite-3.1.3.tgz#b2a0821c11aae124bb7618f8036913c689afcc59"
+  integrity sha512-/3XWiktaopByM5bd8dqvHxRt5EEgRikevnnrpND0gRfNkrMrPaGGexhtLCzv15RcCMtV2CLw+BPas8YFeSG0KA==
   dependencies:
     esbuild "^0.15.6"
     postcss "^8.4.16"