diff --git a/src/api/caseManagement/caseManagement.js b/src/api/caseManagement/caseManagement.js
new file mode 100644
index 0000000..aa5dc4e
--- /dev/null
+++ b/src/api/caseManagement/caseManagement.js
@@ -0,0 +1,11 @@
+import request from '@/utils/request'
+
+// 确定仲裁方式
+export function arbitrateMethod(data,id) {
+ return request({
+ url: '/arbitrate/method',
+ method: 'put',
+ params: data,
+ data:id
+ })
+}
\ No newline at end of file
diff --git a/src/views/caseManagement/caseList.vue b/src/views/caseManagement/caseList.vue
index 387d458..c15c228 100644
--- a/src/views/caseManagement/caseList.vue
+++ b/src/views/caseManagement/caseList.vue
@@ -277,6 +277,8 @@
@@ -350,6 +352,7 @@ export default {
showformateCourt: false, //组庭界面显示
showcourtReview: false, //组庭审核页面
showchoosetrialmethod: false, //选择仲裁方式页面
+ choosetrialmethodata:{},
showadjudicaterecord: false, //书面审理弹框
showtrialincourt: false, //开庭审理
};
@@ -507,6 +510,7 @@ export default {
// 选择开庭方式
choosetrialmethodRow(row) {
console.log(row, "选择开庭方式");
+ this.choosetrialmethodata = row;
this.showchoosetrialmethod = true;
},
// 关闭选择开庭方式
diff --git a/src/views/caseManagement/components/adjudicaterecordDialog.vue b/src/views/caseManagement/components/adjudicaterecordDialog.vue
index 1d9035c..4f44492 100644
--- a/src/views/caseManagement/components/adjudicaterecordDialog.vue
+++ b/src/views/caseManagement/components/adjudicaterecordDialog.vue
@@ -3,13 +3,139 @@
- 书面审理弹框
+
+ 案件信息:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -22,6 +148,10 @@ export default {
data() {
return {
// key: value
+ formData: {},
+ form2:{},
+ textarea1:'',
+ textarea2:'',
};
},
methods: {
diff --git a/src/views/caseManagement/components/choosetrialmethodDaiog.vue b/src/views/caseManagement/components/choosetrialmethodDaiog.vue
index 1dde116..01d1739 100644
--- a/src/views/caseManagement/components/choosetrialmethodDaiog.vue
+++ b/src/views/caseManagement/components/choosetrialmethodDaiog.vue
@@ -10,8 +10,8 @@
>
- 书面审理
- 开庭审理
+ 书面审理
+ 开庭审理
@@ -24,18 +24,32 @@
\ No newline at end of file
diff --git a/vue.config.js b/vue.config.js
index 5b35050..d1d3369 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -11,8 +11,8 @@ const name = process.env.VUE_APP_TITLE || '智慧仲裁管理系统' // 网页
const port = process.env.port || process.env.npm_config_port || 80 // 端口
-// const API = 'http://121.40.189.20:9001' //测试
-const API = 'http://192.168.3.77:8080' //Q
+const API = 'http://121.40.189.20:9001' //测试
+// const API = 'http://192.168.3.77:8080' //Q
// vue.config.js 配置说明
//官方vue.config.js 参考文档 https://cli.vuejs.org/zh/config/#css-loaderoptions