瀏覽代碼

暂存费用变更方法

lichao 3 年之前
父節點
當前提交
51aede789e
共有 1 個文件被更改,包括 17 次插入1 次删除
  1. 17 1
      src/views/Warehousing/components/payMoney.vue

+ 17 - 1
src/views/Warehousing/components/payMoney.vue

@@ -31,6 +31,14 @@
           :disabled="browseStatus"
           >作业费协议</el-button
         >
+<!--        <el-button-->
+<!--          type="primary"-->
+<!--          size="small"-->
+<!--          v-if="browseStatus"-->
+<!--          @click="feeChange"-->
+<!--        >-->
+<!--          费用变更-->
+<!--        </el-button>-->
       </div>
     </div>
     <el-table
@@ -482,6 +490,7 @@
 <script>
 import { operationAgreement } from "@/api/agreement/agreement";
 export default {
+  name: 'payMoney',
   props: {
     browseStatus: {
       type: Boolean,
@@ -539,7 +548,7 @@ export default {
       whgenlegTotal: 0,
       Navigation: false,
       tasklegList: [],
-      dialogWhgenlegList: [],
+      // dialogWhgenlegList: [],
       pageNum: 1,
       pageSize: 10,
     };
@@ -702,6 +711,13 @@ export default {
         this.warehousingagreements = false;
       }
     },
+    feeChange() {
+      this.$router.push({
+        path: "/business/costModify",
+        // query: { id: this.form.id},
+        query: { id: 1},
+      });
+    },
   },
   watch: {
     browseStatus(val) {