scorpio 2 år sedan
förälder
incheckning
4361b36587
2 ändrade filer med 4 tillägg och 1 borttagningar
  1. 3 0
      src/views/home/component/params/params4.vue
  2. 1 1
      src/views/store/component/info3.vue

+ 3 - 0
src/views/home/component/params/params4.vue

@@ -349,6 +349,9 @@ export default {
      * 更新文号
      */
     updateCopyNumber() {
+      if (this.currentRow.file.copyNumber.length === 0) {
+        return
+      }
       this.$api.common
         .fileUpdate({
           id: this.currentRow.fileId,

+ 1 - 1
src/views/store/component/info3.vue

@@ -195,7 +195,7 @@ export default {
           },
           {
             label: '识别状态',
-            prop: 'createTime',
+            prop: 'ocrStatus',
             dicData: [
               {
                 label: '识别中',