Browse Source

更新打包

lex 2 years ago
parent
commit
1f231c09fd

+ 19 - 2
src/views/process/list/handle.vue

@@ -222,7 +222,7 @@
             </el-form-item>
 
             <el-form-item>
-              <Upload v-model="fileUrl" ref="upload" />
+              <Upload :fileUrl="fileUrl" ref="upload" />
             </el-form-item>
             <div class="text item" style="text-align: center; margin-top: 18px">
               <el-button round @click="handleCommit(endNodeDetail)"
@@ -544,6 +544,8 @@ export default {
               this.dataList.remarks = "";
               this.fileUrl = [];
               this.$refs.upload.onClear();
+              // 充值数据
+              this.getProcessNodeList();
             } else {
               this.$message.error(res.message);
             }
@@ -753,7 +755,7 @@ export default {
         });
 
         // console.log(this.nodeStepList);
-        console.log(this.circulationList, "this.circulationList");
+        // console.log(this.circulationList, "this.circulationList");
 
         // if(this.processStructureValue.nodes) {
         // for (var i = 0; i < this.processStructureValue.nodes.length; i++) {
@@ -944,6 +946,21 @@ export default {
         });
         promiseList.push(this.$refs["generateForm-" + tpl.id][0].getData());
       }
+      console.log({
+              tasks: this.processStructureValue.process.task,
+              source_state: this.processStructureValue.workOrder.current_state,
+              target_state: item.target,
+              circulation: item.label,
+              flow_properties:
+                item.flowProperties === undefined
+                  ? 2
+                  : parseInt(item.flowProperties),
+              work_order_id: parseInt(this.$route.query.workOrderId),
+              remarks: this.dataList.remarks,
+              fileUrl: JSON.stringify(this.fileUrl || []),
+              tpls: this.tpls
+            })
+           
       this.$refs["dataFrom"].validate(_ => {
         if (_) {
           Promise.all(promiseList).then(values => {

File diff suppressed because it is too large
+ 0 - 0
web/index.html


File diff suppressed because it is too large
+ 0 - 0
web/static/web/css/chunk-4e9267f7.27274ed6.css


File diff suppressed because it is too large
+ 0 - 0
web/static/web/js/app.508561e3.js


File diff suppressed because it is too large
+ 0 - 0
web/static/web/js/chunk-4e9267f7.d1d6aaf3.js


File diff suppressed because it is too large
+ 0 - 0
web/static/web/js/chunk-570c7a1e.e31f037c.js


Some files were not shown because too many files changed in this diff