| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632 |
- <template>
- <div>
- <div class="customer-head">
- <div class="customer-back">
- <el-button type="danger" style="border: none;background: none;color: red" icon="el-icon-arrow-left"
- @click="goBack(0)">返回列表
- </el-button>
- </div>
- <div class="add-customer-btn">
- <el-button class="el-button--small-yh" style="margin-left: 6px;" type="primary" size="small"
- @click="submit">保 存
- </el-button>
- </div>
- </div>
- <div style="margin-top: 50px">
- <trade-card title="基础信息">
- <avue-form :option="optionForm" v-model="form" ref="form">
- </avue-form>
- </trade-card>
- <trade-card title="字段明细">
- <avue-crud :option="option" :data="form.updateItemList" id="out-table" ref="crud"
- @selection-change="selectionChange" @select="selectHandle" @row-update="rowUpdate"
- @resetColumn="resetColumn('crud', 'option', 'optionBack', 417)"
- @saveColumn="saveColumn('crud', 'option', 'optionBack', 417)">
- <template slot="indexHeader" slot-scope="{row,index}">
- <el-button type="primary" size="mini" icon="el-icon-plus" :disabled="editDisabled" circle
- @click="addRow()">
- </el-button>
- </template>
- <template slot="index" slot-scope="{row,index}">
- <span>{{ index + 1 }}</span>
- </template>
- <template slot-scope="{row,index}" slot="menu">
- <el-button size="small" type="text" icon="el-icon-edit" @click.stop="rowEdit(row)">编 辑
- </el-button>
- <el-button size="small" icon="el-icon-delete" type="text" @click.stop="rowDel(row, index)">删
- 除</el-button>
- </template>
- </avue-crud>
- </trade-card>
- </div>
- </div>
- </template>
- <script>
- import { getDetail, submit, getUpdate, checkUpdate, removeItem } from "@/api/serviceConfiguration/modifyData"; import feeInfo from "@/components/tradeAgency/fee-info";
- import dicSelect from "@/components/dicSelect/main";
- import checkSchedule from "@/components/checkH/checkSchedule.vue";
- import businessReports from "@/components/tradeAgency/businessReports.vue";
- import reports from "@/components/tradeAgency/reports.vue";
- import { getDicinit } from "@/api/dicSelect/index";
- import _ from "lodash";
- export default {
- name: "detailsPage",
- data() {
- return {
- data: [],
- selectionList: [],
- form: {
- type: 1,
- updateItemList: []
- },
- optionForm: {
- // menuBtn: false,
- submitBtn: false,
- emptyBtn: false,
- span: 8,
- disabled: false,
- column: [
- {
- label: "业务类型",
- prop: "businessType",
- type: 'select',
- dicData: [{
- value: 'SE',
- label: '海运出口'
- }, {
- value: 'SI',
- label: '海运进口'
- }, {
- value: 'AE',
- label: '空运出口'
- }, {
- value: 'AI',
- label: '空运进口'
- }, {
- value: 'BGSE',
- label: '海运报关出口'
- }, {
- value: 'BGSI',
- label: '海运报关进口'
- }, {
- value: 'BGAE',
- label: '空运报关出口'
- }, {
- value: 'BGAI',
- label: '空运报关进口'
- }],
- rules: [{
- required: true,
- message: " ",
- trigger: "blur"
- }]
- },
- {
- label: "创建日期",
- prop: "createTime",
- disabled: true,
- },
- {
- label: "创建人",
- prop: "createUserName",
- disabled: true,
- },
- {
- label: "备注",
- prop: "remarks",
- }
- ]
- },
- option: {},
- optionBack: {
- height: 'auto',
- calcHeight: 30,
- menuWidth: 150,
- tip: false,
- border: true,
- addBtn: false,
- viewBtn: false,
- editBtn: false,
- delBtn: false,
- refreshBtn: false,
- selection: true,
- align: 'center',
- column: [
- {
- label: "index",
- prop: "index",
- width: "55",
- headerslot: true,
- },
- {
- label: "字段描述",
- prop: "fieldDescribe",
- overHidden: true,
- width: "100",
- cell: true,
- rules: [
- {
- required: true,
- message: '',
- trigger: 'blur'
- }
- ]
- },
- {
- label: "字段",
- prop: "field",
- overHidden: true,
- width: "100",
- cell: true,
- rules: [
- {
- required: true,
- message: '',
- trigger: 'blur'
- }
- ]
- },
- {
- label: "字段类型",
- prop: "fieldType",
- overHidden: true,
- width: "100",
- cell: true,
- type: "select",
- dicUrl: "/api/blade-system/dict-biz/dictionary?code=field_type",
- props: {
- label: "dictValue",
- value: "dictKey"
- },
- rules: [
- {
- required: true,
- message: '请选择商品类别',
- trigger: 'blur'
- }
- ]
- },
- {
- label: "字段值类型",
- prop: "fieldValueType",
- cell: true,
- overHidden: true,
- width: "100",
- type: 'select',
- dicData: [{
- label: '输入框',
- value: '输入框'
- }, {
- label: '选择器',
- value: '选择器'
- }],
- rules: [
- {
- required: true,
- message: '请选择商品类别',
- trigger: 'blur'
- }
- ]
- },
- {
- label: "数据地址",
- prop: "fieldValueUrl",
- cell: true,
- width: "100",
- overHidden: true
- },
- {
- label: "选择器绑定值",
- prop: "fieldValueRetrieval",
- cell: true,
- width: "100",
- overHidden: true
- },
- {
- label: "查询类型",
- prop: "queryType",
- cell: true,
- width: "100",
- overHidden: true,
- type: 'select',
- dicData: [{
- label: '字典',
- value: '字典'
- }, {
- label: '客户',
- value: '客户'
- }, {
- label: '国家',
- value: '国家'
- }, {
- label: '船名',
- value: '船名'
- }, {
- label: '包装',
- value: '包装'
- }, {
- label: '费用',
- value: '费用'
- }, {
- label: '箱型',
- value: '箱型'
- }, {
- label: '服务条款',
- value: '服务条款'
- }, {
- label: '成交方式',
- value: '成交方式'
- }, {
- label: '航线',
- value: '航线'
- }, {
- label: '货物',
- value: '货物'
- }, {
- label: '港口',
- value: '港口'
- }, {
- label: '业务员',
- value: '业务员'
- }, {
- label: '业务来源',
- value: '业务来源'
- }],
- },
- {
- label: "id字段",
- prop: "mainFieldId",
- cell: true,
- width: "100",
- overHidden: true
- },
- {
- label: "编码字段",
- prop: "mainFieldCode",
- cell: true,
- width: "100",
- overHidden: true
- },
- {
- label: "中文字段",
- prop: "mainFieldCname",
- cell: true,
- width: "100",
- overHidden: true
- },
- {
- label: "id字段",
- prop: "mainFieldId",
- cell: true,
- width: "100",
- overHidden: true
- },
- {
- label: "编码字段",
- prop: "mainFieldCode",
- cell: true,
- width: "100",
- overHidden: true
- },
- {
- label: "修改表",
- prop: "surface",
- overHidden: true,
- width: "170",
- cell: true,
- type: "select",
- dicUrl: "/api/blade-system/dict-biz/dictionary?code=modify_table",
- props: {
- label: "dictValue",
- value: "dictKey"
- },
- multiple: true,
- dataType: "string",
- tags: true,
- rules: [
- {
- required: true,
- message: '请选择商品类别',
- trigger: 'blur'
- }
- ]
- },
- {
- label: "状态(是否启用)",
- prop: "status",
- overHidden: true,
- width: "100",
- cell: true,
- type: 'select',
- dicData: [{
- label: '是',
- value: 1
- }, {
- label: '否',
- value: 0
- }],
- rules: [
- {
- required: true,
- message: '请选择商品类别',
- trigger: 'blur'
- }
- ]
- },
- {
- label: "英文字段",
- prop: "mainFieldEname",
- cell: true,
- width: "100",
- overHidden: true
- },
- {
- label: "amends id字段",
- prop: "amendsFieldId",
- width: "100",
- cell: true,
- overHidden: true
- },
- {
- label: "amends 编码字段",
- prop: "amendsFieldCode",
- width: "110",
- cell: true,
- overHidden: true
- },
- {
- label: "amends 中文字段",
- prop: "amendsFieldCname",
- width: "110",
- cell: true,
- overHidden: true
- },
- {
- label: "amends 英文字段",
- prop: "amendsFieldEname",
- width: "110",
- cell: true,
- overHidden: true
- },
- {
- label: "费用中心 id字段",
- prop: "feeCenterFieldId",
- width: "120",
- cell: true,
- overHidden: true
- },
- {
- label: "费用中心 编码字段",
- prop: "feeCenterFieldCode",
- width: "120",
- cell: true,
- overHidden: true
- },
- {
- label: "费用中心 中文字段",
- prop: "feeCenterFieldCname",
- width: "120",
- cell: true,
- overHidden: true
- },
- {
- label: "费用中心 英文字段",
- prop: "feeCenterFieldEname",
- width: "120",
- cell: true,
- overHidden: true
- },
- {
- label: "账单中心 id字段",
- prop: "finAccBillsFieldId",
- width: "120",
- cell: true,
- overHidden: true
- },
- {
- label: "账单中心 编码字段",
- prop: "finAccBillsFieldCode",
- width: "120",
- cell: true,
- overHidden: true
- },
- {
- label: "账单中心 中文字段",
- prop: "finAccBillsFieldCname",
- width: "120",
- cell: true,
- overHidden: true
- },
- {
- label: "账单中心 英文字段",
- prop: "finAccBillsFieldEname",
- width: "120",
- cell: true,
- overHidden: true
- },
- // {
- // label: "关联字段",
- // prop: "relationField",
- // cell: true,
- // overHidden: true,
- // },
- {
- label: "创建人",
- prop: "createUserName",
- width: "100",
- overHidden: true,
- },
- {
- label: "备注",
- prop: "remarks",
- width: "100",
- cell: true,
- overHidden: true,
- }
- ]
- },
- }
- },
- components: {
- dicSelect,
- feeInfo,
- checkSchedule,
- businessReports,
- reports
- },
- props: {
- detailData: Object
- },
- async created() {
- this.roleName = localStorage.getItem('roleName').split(',')
- this.saberUserInfo = JSON.parse(localStorage.getItem("saber-userInfo")).content
- this.option = await this.getColumnData(this.getColumnName(417), this.optionBack);
- if (this.detailData.id) {
- this.getDetails(this.detailData.id)
- }
- },
- methods: {
- addRow() {
- this.$refs["form"].validate((valid, done) => {
- done();
- if (valid) {
- this.form.updateItemList.push({ $cellEdit: true })
- this.$refs.crud.dicInit();
- }
- })
- },
- rowEdit(row) {
- console.log(row)
- if (row.$cellEdit == true) {
- this.$set(row, "$cellEdit", false);
- } else {
- this.$set(row, "$cellEdit", true);
- }
- },
- getDetails(id) {
- const loading = this.$loading({
- lock: true,
- text: '加载中',
- spinner: 'el-icon-loading',
- background: 'rgba(255,255,255,0.7)'
- });
- getDetail({ id: id }).then(res => {
- this.form = res.data.data
- this.$refs.crud.dicInit();
- }).finally(() => {
- loading.close()
- })
- },
- rowDel(row, index) {
- this.$confirm("确定删除数据?", {
- confirmButtonText: "确定",
- cancelButtonText: "取消",
- type: "warning"
- }).then(() => {
- if (row.id) {
- removeItem({ ids: row.id }).then(res => {
- this.form.updateItemList.splice(index, 1);
- this.$message.success("成功删除");
- })
- } else {
- this.form.updateItemList.splice(index, 1);
- }
- });
- },
- submit(type) {
- this.$refs["form"].validate((valid, done) => {
- done();
- if (valid) {
- for (let row of this.form.updateItemList) {
- if (!row.fieldDescribe || !row.field || !row.fieldType || !row.fieldValueType) {
- this.$refs.crud.rowCell(row, row.$index)
- return this.$message.error("请完善字段明细");
- }
- if (row.fieldValueType == '选择器') {
- if (!row.fieldValueUrl || !row.fieldValueRetrieval || !row.queryType || !row.mainFieldId || !row.mainFieldCname) {
- return this.$message.error("请完善选择器类型的数据地址、选择器绑定值、查询类型、id字段、中文字段");
- }
- }
- }
- const loading = this.$loading({
- lock: true,
- text: '加载中',
- spinner: 'el-icon-loading',
- background: 'rgba(255,255,255,0.7)'
- });
- submit(this.form).then(res => {
- this.$message.success("保存成功");
- this.getDetails(res.data.data.id)
- }).finally(() => {
- loading.close();
- })
- } else {
- return false;
- }
- });
- },
- //自定义列保存
- async saveColumn(ref, option, optionBack, code) {
- const inSave = await this.saveColumnData(this.getColumnName(code), this[option]);
- if (inSave) {
- this.$message.success("保存成功");
- //关闭窗口
- this.$refs[ref].$refs.dialogColumn.columnBox = false;
- }
- },
- //自定义列重置
- async resetColumn(ref, option, optionBack, code) {
- this[option] = this[optionBack];
- const inSave = await this.delColumnData(this.getColumnName(code), this[optionBack]);
- if (inSave) {
- this.$message.success("重置成功");
- this.$refs[ref].$refs.dialogColumn.columnBox = false;
- }
- },
- goBack(type) {
- this.$emit("goBack", type);
- },
- }
- }
- </script>
- <style lang="scss" scoped>
- ::v-deep .el-form-item {
- margin-bottom: 8px !important;
- }
- ::v-deep .el-table .cell {
- padding: 0 2px !important;
- .el-form-item {
- margin-bottom: 0px !important;
- }
- }
- ::v-deep .avue-crud .el-table .el-form-item__label {
- left: -1px;
- }
- ::v-deep#out-table .back-one {
- background: #ecf5ff !important;
- }
- ::v-deep#out-table .back-two {
- background: #ecf5ff !important;
- }
- ::v-deep .el-table--small td,
- .el-table--small th {
- padding: 2px !important;
- }
- ::v-deep .el-card__body {
- padding: 3px 10px;
- }
- </style>
|