|
@@ -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) {
|