2 Commitit e22904aaf6 ... b239ba1c21

Tekijä SHA1 Viesti Päivämäärä
  liuhj b239ba1c21 Merge branch 'master' of http://132.232.92.186:3000/XinXiBu/oa-system 1 kuukausi sitten
  liuhj 46feb86bb8 0430 1 kuukausi sitten

+ 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]})