2 커밋 e22904aaf6 ... b239ba1c21

작성자 SHA1 메시지 날짜
  liuhj b239ba1c21 Merge branch 'master' of http://132.232.92.186:3000/XinXiBu/oa-system 1 개월 전
  liuhj 46feb86bb8 0430 1 개월 전
2개의 변경된 파일103개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/components/OP/SuppliesInventory.vue
  2. 103 0
      src/components/Resource/OpOfficialActivities.vue

+ 0 - 1
src/components/OP/SuppliesInventory.vue

@@ -1198,7 +1198,6 @@ export default {
             this.unit="";
             this.AddItemsVisible=true;
         },
-    
         //入库审核
         GoodsStorageConfirmStatusChange(val,type){
             var auditDep=0

+ 103 - 0
src/components/Resource/OpOfficialActivities.vue

@@ -1370,6 +1370,109 @@ export default {
             }).then(function (res) {
                 if (res.data.code == 200) {
                     that.$message.success(res.data.msg);
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+                    
                     that.fileList = []
                     for(let i=0;i<res.data.data.fileUrls.length;i++){
                         that.fileList.push({'name':res.data.data.fileUrls[i].split('/')[7],'url':res.data.data.fileUrls[i]})