Commit 1bdeab84 by liyuhang19990520

话单分析

parent 709910c2
/*
* @Author: your name
* @Date: 2021-09-22 15:09:59
* @LastEditTime: 2021-09-22 15:17:23
* @LastEditors: your name
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\api\xxtk\ryhd.js
*/
import { post, postform, postdown } from "@/utils/http.js";
import base from "@/api/base";
//新增人员话单道信息
......@@ -8,7 +16,7 @@ export const updateRyhd = params =>
postform(`${base.alyIP}/gzryHd/updategzryHd`, params);
//人员话单信息删除
export const deleteRyhd = params =>
postform(`${base.alyIP}/gzryHd/deletegzryHdById`, params);
post(`${base.alyIP}/gzryHd/deletegzryHdById`, params);
//查询人员话单详情信息
export const selectRyhdById = params =>
postform(`${base.alyIP}/gzryHd/selectHdById`, params);
post(`${base.alyIP}/gzryHd/selectHdById`, params);
......@@ -11,11 +11,7 @@
<script>
import formCompontent from "@c/form.vue";
import {
insertRyhd,
updateRyhd,
selectRyhdById
} from "@/api/xxtk/ryhd.js";
import { insertRyhd, updateRyhd, selectRyhdById } from "@/api/xxtk/ryhd.js";
import { ryhd } from "@/utils/params.js";
export default {
name: "addRyhd",
......@@ -27,7 +23,7 @@ export default {
propFormField: [
//基本信息
{
title: "新增人员话单信息",
title: "新增话单信息",
id: 1,
objStr: "",
index: 0,
......@@ -42,12 +38,12 @@ export default {
isActive: false,
},
{
name: "机动车信息列表",
name: "话单信息列表",
to: "/queryRyhd",
isActive: false,
},
{
name: this.$route.query.xxzjbh ? "修改人员话单信息" : "新增人员话单信息",
name: this.$route.query.xxzjbh ? "修改话单信息" : "新增话单信息",
to: "/addRyhd",
isActive: true,
},
......@@ -126,7 +122,7 @@ export default {
created() {
this.$store.commit("user/SET_Breadcrumb", this.breadcrumbList);
if (this.$route.query.xxzjbh) {
this.$set(this.propFormField[0], "title", "修改人员话单信息");
this.$set(this.propFormField[0], "title", "修改话单信息");
this.xxzjbh = this.$route.query.xxzjbh;
this.getshuju();
}
......
<!--
* @Author: your name
* @Date: 2021-08-31 09:52:33
* @LastEditTime: 2021-09-10 17:05:06
* @LastEditTime: 2021-09-22 15:20:22
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\hnksh\ceshi.vue
......@@ -43,15 +43,13 @@ export default {
},
{
label: "常用证件_常用证件:",
prop: "cyzjCyzjdm",
prop: "cyzjCyzjdmStr",
col: "3",
type: "codeTree",
codeTree: "CODE_ZJ",
},
{
label: "常用证件_补充描述:",
prop: "cyzjDmbcms",
col: "6",
col: "10",
},
{
label: "证件号码:",
......@@ -89,9 +87,7 @@ export default {
},
{
label: "服务发生地_基站:",
prop: "fwfsdJzdm",
type: "codeTree",
codeTree: "CODE_FWBSH",
prop: "fwfsdJzdmStr",
col: "3",
},
{
......@@ -114,7 +110,7 @@ export default {
{
label: "服务对象_移动电话:",
prop: "fwdxYddh",
col: "6",
col: "3",
},
{
label: "服务对象_IMSI_服务标识号:",
......@@ -155,7 +151,7 @@ export default {
},
{
label: "服务对象_基站代码:",
prop: "fwdxJzdm",
prop: "fwdxJzdmStr",
col: "3",
},
{
......
......@@ -32,11 +32,6 @@ export default {
limit: 10,
page: 1,
glxxXxzjbh: "",
// ryjsjdcJdchpzldm: "",
// ryjsjdcJdchphm: "",
// xxdjdwGajgjgdm: "",
// djkssj: "",
// djjssj: "",
},
cxQueryField: [
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment