liuhj 1 kuukausi sitten
vanhempi
commit
46feb86bb8

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