Pārlūkot izejas kodu

hse只展示三个

wd 4 gadi atpakaļ
vecāks
revīzija
66c77d3a3f
17 mainītis faili ar 17 papildinājumiem un 17 dzēšanām
  1. 1 1
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/addtionaudit/_opera/basisdataopera.vue
  2. 1 1
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/addtionaudit/_opera/techdataopera.vue
  3. 1 1
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/annualaudit/_opera/basicauditoperation.vue
  4. 1 1
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/annualaudit/_opera/bassicoperation.vue
  5. 1 1
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/annualaudit/_opera/operation.vue
  6. 1 1
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/annualaudit/_opera/techoperation.vue
  7. 1 1
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/infochangech/_opera/auditoperation.vue
  8. 1 1
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/infochangech/_opera/operation.vue
  9. 1 1
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplier/_opera/basisedit.vue
  10. 1 1
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplier/_opera/techedit.vue
  11. 1 1
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierappend/_opera/basisdataopera.vue
  12. 1 1
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierappend/_opera/techdataopera.vue
  13. 1 1
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplieraudit/_opera/basisedit.vue
  14. 1 1
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplieraudit/_opera/techedit.vue
  15. 1 1
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierstore/_opera/basisedit.vue
  16. 1 1
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierstore/_opera/techedit.vue
  17. 1 1
      src/dashoo.cn/frontend_web/src/pages/select/processselect/wfmultihistory.vue

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/addtionaudit/_opera/basisdataopera.vue

@@ -1304,7 +1304,7 @@
         if (this.formData.SupplierId) {
           let params = {
             SupplierId: this.formData.SupplierId,
-            IsThree: ''
+            IsThree: '1'
           }
           hseApi.getSupplierHSEList(params, this.$axios).then(res => {
             this.HSEList = res.data.items

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/addtionaudit/_opera/techdataopera.vue

@@ -1306,7 +1306,7 @@
         if (this.formData.SupplierId) {
           let params = {
             SupplierId: this.formData.SupplierId,
-            IsThree: ''
+            IsThree: '1'
           }
           hseApi.getSupplierHSEList(params, this.$axios).then(res => {
             this.HSEList = res.data.items

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/annualaudit/_opera/basicauditoperation.vue

@@ -1502,7 +1502,7 @@
         if (this.formData.Id) {
           let params = {
             SupplierId: this.formData.Id,
-            IsThree: ''
+            IsThree: '1'
           }
           hseApi.getSupplierHSEList(params, this.$axios).then(res => {
             this.HSEList = res.data.items

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/annualaudit/_opera/bassicoperation.vue

@@ -1706,7 +1706,7 @@
         if (this.formData.Id) {
           let params = {
             SupplierId: this.formData.Id,
-            IsThree: ''
+            IsThree: '1'
           }
           hseApi.getSupplierHSEList(params, this.$axios).then(res => {
             this.HSEList = res.data.items

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/annualaudit/_opera/operation.vue

@@ -1622,7 +1622,7 @@ import Viewer from 'v-viewer'
         if (this.formData.Id) {
           let params = {
             SupplierId: this.formData.Id,
-            IsThree: ''
+            IsThree: '1'
           }
           hseApi.getSupplierHSEList(params, this.$axios).then(res => {
             this.HSEList = res.data.items

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/annualaudit/_opera/techoperation.vue

@@ -1509,7 +1509,7 @@
         if (this.formData.Id) {
           let params = {
             SupplierId: this.formData.Id,
-            IsThree: ''
+            IsThree: '1'
           }
           hseApi.getSupplierHSEList(params, this.$axios).then(res => {
             this.HSEList = res.data.items

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/infochangech/_opera/auditoperation.vue

@@ -1641,7 +1641,7 @@
         if (this.SuppId) {
           let params = {
             SupplierId: this.SuppId,
-            IsThree: ''
+            IsThree: '1'
           }
           hseApi.getSupplierHSEList(params, this.$axios).then(res => {
             this.HSEList = res.data.items

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/infochangech/_opera/operation.vue

@@ -2393,7 +2393,7 @@
         if (this.formData.Id) {
           let params = {
             SupplierId: this.formData.Id,
-            IsThree: ''
+            IsThree: '1'
           }
           hseApi.getSupplierHSEList(params, this.$axios).then(res => {
             this.HSEList = res.data.items

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplier/_opera/basisedit.vue

@@ -1272,7 +1272,7 @@ export default {
       if (this.formData.Id) {
         let params = {
           SupplierId: this.formData.Id,
-          IsThree: ''
+          IsThree: '1'
         }
         hseApi.getSupplierHSEList(params, this.$axios).then(res => {
           this.HSEList = res.data.items

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplier/_opera/techedit.vue

@@ -947,7 +947,7 @@ export default {
       if (this.formData.Id) {
         let params = {
           SupplierId: this.formData.Id,
-          IsThree: ''
+          IsThree: '1'
         }
         hseApi.getSupplierHSEList(params, this.$axios).then(res => {
           this.HSEList = res.data.items

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierappend/_opera/basisdataopera.vue

@@ -1817,7 +1817,7 @@
         if (this.supplierId) {
           let params = {
             SupplierId: this.supplierId,
-            IsThree: ''
+            IsThree: '1'
           }
           hseApi.getSupplierHSEList(params, this.$axios).then(res => {
             this.HSEList = res.data.items

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierappend/_opera/techdataopera.vue

@@ -1828,7 +1828,7 @@
         if (this.formData.SupplierId) {
           let params = {
             SupplierId: this.formData.SupplierId,
-            IsThree: ''
+            IsThree: '1'
           }
           hseApi.getSupplierHSEList(params, this.$axios).then(res => {
             this.HSEList = res.data.items

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplieraudit/_opera/basisedit.vue

@@ -704,7 +704,7 @@
         if (this.formData.Id) {
           let params = {
             SupplierId: this.formData.Id,
-            IsThree: ''
+            IsThree: '1'
           }
           hseApi.getSupplierHSEList(params, this.$axios).then(res => {
             this.HSEList = res.data.items

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplieraudit/_opera/techedit.vue

@@ -660,7 +660,7 @@
         if (this.formData.Id) {
           let params = {
             SupplierId: this.formData.Id,
-            IsThree: ''
+            IsThree: '1'
           }
           hseApi.getSupplierHSEList(params, this.$axios).then(res => {
             this.HSEList = res.data.items

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierstore/_opera/basisedit.vue

@@ -567,7 +567,7 @@
         if (this.formData.Id) {
           let params = {
             SupplierId: this.formData.Id,
-            IsThree: ''
+            IsThree: '1'
           }
           hseApi.getSupplierHSEList(params, this.$axios).then(res => {
             this.HSEList = res.data.items

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierstore/_opera/techedit.vue

@@ -586,7 +586,7 @@
         if (this.formData.Id) {
           let params = {
             SupplierId: this.formData.Id,
-            IsThree: ''
+            IsThree: '1'
           }
           hseApi.getSupplierHSEList(params, this.$axios).then(res => {
             this.HSEList = res.data.items

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/select/processselect/wfmultihistory.vue

@@ -3298,7 +3298,7 @@
         if (this.formData.Id) {
           let params = {
             SupplierId: this.formData.Id,
-            IsThree: ''
+            IsThree: '1'
           }
           hseApi.getSupplierHSEList(params, this.$axios).then(res => {
             this.HSEList = res.data.items