From 2ef938e02a1c64c7e7c641d46a2db91e4cdd1b75 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 28 十二月 2023 15:52:46 +0800
Subject: [PATCH] 指标完成
---
src/views/repositoryai/verbaltrick/particulars/index.vue | 1112 ++++++++++++++++++++++++++++++----------------------------
1 files changed, 574 insertions(+), 538 deletions(-)
diff --git a/src/views/repositoryai/verbaltrick/particulars/index.vue b/src/views/repositoryai/verbaltrick/particulars/index.vue
index 6c50e91..f1d3662 100644
--- a/src/views/repositoryai/verbaltrick/particulars/index.vue
+++ b/src/views/repositoryai/verbaltrick/particulars/index.vue
@@ -39,7 +39,10 @@
</el-col>
<el-col :span="12">
<el-form-item label="鍙敤鐘舵��" prop="status">
- <el-select v-model="indexform.status" placeholder="璇烽�夋嫨鐘舵��">
+ <el-select
+ v-model="indexform.isAvailable"
+ placeholder="璇烽�夋嫨鐘舵��"
+ >
<el-option
v-for="item in qyoptions"
:key="item.value"
@@ -51,190 +54,100 @@
</el-form-item>
</el-col>
</el-row>
+
<el-row :gutter="20">
<el-col :span="12">
- <el-form-item label="闂涓绘棬" prop="nickName">
- <el-input
- v-model="indexform.nickName"
- placeholder="璇疯緭鍏ラ棶棰樹富鏃�"
- maxlength="80"
- />
+ <el-form-item label="闂鍒嗙被" prop="status">
+ <el-select
+ v-model="indexform.assortid"
+ placeholder="璇烽�夋嫨鐘舵��"
+ >
+ <el-option
+ v-for="item in questionclass"
+ :key="item.id"
+ :label="item.indexAssortName"
+ :value="item.id"
+ >
+ </el-option>
+ </el-select>
</el-form-item>
</el-col>
+
<el-col :span="5">
- <el-form-item label="鐗堟湰鍙�" prop="nickName">
+ <el-form-item label="鐗堟湰鍙�" prop="version">
<el-input
- v-model="indexform.nickName"
+ v-model="indexform.version"
placeholder="璇疯緭鍏�"
maxlength="80"
/>
</el-form-item>
</el-col>
</el-row>
- <el-row>
- <el-col :span="24">
- <div
- style="display: flex; margin-left: 100px; margin-bottom: 10px"
+ <el-row :gutter="20">
+ <el-col :span="20">
+ <el-form-item label="闂涓绘棬" prop="questiontitle">
+ <el-input
+ v-model="indexform.questiontitle"
+ placeholder="璇疯緭鍏ラ棶棰樹富鏃�"
+ maxlength="80"
+ />
+ </el-form-item>
+ </el-col>
+ </el-row>
+ <el-form-item label="鏍囩" prop="desc">
+ <div class="xinz-inf">
+ <el-tag
+ :key="tag.tagname"
+ type="success"
+ v-for="tag in dynamicTags"
+ closable
+ :disable-transitions="false"
+ @close="handleClosetag(tag)"
>
- <div class="tsgname" @click="tsgnameto()">鍖婚櫌鍚嶇О</div>
- <div class="tsgname" @click="tsgnameto()">鍖婚櫌鐢佃瘽</div>
- <div class="tsgname" @click="tsgnameto()">鍖婚櫌濮撳悕</div>
- <div class="tsgname" @click="tsgnameto()">闅忚濮撳悕</div>
- <div class="tsgname" @click="tsgnameto()">闅忚鐢佃瘽</div>
- <div class="tsgname" @click="tsgnameto()">鎬у埆</div>
- <div class="tsgname" @click="tsgnameto()">骞撮緞</div>
- <div class="tsgname" @click="tsgnameto()">鍦板潃</div>
- </div>
- </el-col></el-row
- >
- <el-row>
- <el-col :span="24">
- <el-form-item label="闂鏂囨湰" prop="verbaltricktext">
- <el-input
- type="textarea"
- :rows="2"
- placeholder="璇疯緭鍏ュ唴瀹�"
- v-model="indexform.userName"
- maxlength="30"
- />
- </el-form-item> </el-col
- ></el-row>
- <el-row>
- <el-col :span="6">
- <el-form-item label="闂璇煶" prop="verbaltrickyy">
- <el-upload
- class="upload-demo"
- action="https://jsonplaceholder.typicode.com/posts/"
- :on-change="handleChange"
- :file-list="fileList"
- :limit="1"
- :on-exceed="handleExceed"
+ {{ tag.tagname }}
+ </el-tag>
+ <el-select
+ v-model="inputValue"
+ v-if="inputVisible"
+ @change="handleInputConfirm"
+ filterable
+ remote
+ reserve-keyword
+ default-first-option
+ :remote-method="remoteMethodtag"
+ :loading="loading"
+ placeholder="璇烽�夋嫨"
+ >
+ <el-option
+ v-for="item in optionstag"
+ :key="item.tagid"
+ :label="item.tagname"
+ :value="item.tagname"
>
- <el-button size="small" type="primary">鐐瑰嚮涓婁紶</el-button>
- </el-upload>
- <!-- <el-input v-model="indexform.userName" maxlength="30" /> -->
- </el-form-item>
- </el-col></el-row
- >
- <el-row>
- <el-col :span="24">
- <el-form-item label="鏃犲尮閰嶆枃鏈�" prop="matchtext">
- <el-input
- type="textarea"
- :rows="2"
- placeholder="璇疯緭鍏ュ唴瀹�"
- v-model="indexform.userName"
- maxlength="30"
- />
- </el-form-item> </el-col
- ></el-row>
- <el-row>
- <el-col :span="6">
- <el-form-item label="鏃犲尮閰嶈闊�" prop="matchyy">
- <el-upload
- class="upload-demo"
- action="https://jsonplaceholder.typicode.com/posts/"
- :on-change="handleChange"
- :file-list="fileList"
- :limit="1"
- :on-exceed="handleExceed"
- >
- <el-button size="small" type="primary">鐐瑰嚮涓婁紶</el-button>
- </el-upload>
- </el-form-item>
- </el-col></el-row
- >
- <el-row>
- <el-col :span="24">
- <el-form-item label="鏃犲0鏂囨湰" prop="silenttext">
- <el-input
- type="textarea"
- :rows="2"
- placeholder="璇疯緭鍏ュ唴瀹�"
- v-model="indexform.userName"
- maxlength="30"
- />
- </el-form-item> </el-col
- ></el-row>
- <el-row>
- <el-col :span="6">
- <el-form-item label="鏃犲0璇煶" prop="silentyy">
- <el-upload
- class="upload-demo"
- action="https://jsonplaceholder.typicode.com/posts/"
- :on-change="handleChange"
- :file-list="fileList"
- :limit="1"
- :on-exceed="handleExceed"
- >
- <el-button size="small" type="primary">鐐瑰嚮涓婁紶</el-button>
- </el-upload>
- </el-form-item>
- </el-col></el-row
- >
- <el-row>
- <el-col :span="24">
- <el-form-item label="閫氱敤搴撴枃鏈�" prop="librarytext">
- <el-input
- type="textarea"
- :rows="2"
- placeholder="璇疯緭鍏ュ唴瀹�"
- v-model="indexform.userName"
- maxlength="30"
- />
- </el-form-item> </el-col
- ></el-row>
- <el-row>
- <el-col :span="6">
- <el-form-item label="閫氱敤搴撹闊�" prop="libraryy">
- <el-upload
- class="upload-demo"
- action="https://jsonplaceholder.typicode.com/posts/"
- :on-change="handleChange"
- :file-list="fileList"
- :limit="1"
- :on-exceed="handleExceed"
- >
- <el-button size="small" type="primary">鐐瑰嚮涓婁紶</el-button>
- </el-upload>
- </el-form-item>
- </el-col></el-row
- >
- <el-row>
- <el-col :span="24">
- <el-form-item label="鍚笉娓呮枃鏈�" prop="vaguetext">
- <el-input
- type="textarea"
- :rows="2"
- placeholder="璇疯緭鍏ュ唴瀹�"
- v-model="indexform.userName"
- maxlength="30"
- />
- </el-form-item> </el-col
- ></el-row>
- <el-row>
- <el-col :span="6">
- <el-form-item label="鍚笉娓呰闊�" prop="vagueyy">
- <el-upload
- class="upload-demo"
- action="https://jsonplaceholder.typicode.com/posts/"
- :on-change="handleChange"
- :file-list="fileList"
- :limit="1"
- :on-exceed="handleExceed"
- >
- <el-button size="small" type="primary">鐐瑰嚮涓婁紶</el-button>
- </el-upload>
- </el-form-item>
- </el-col></el-row
- >
+ </el-option>
+ </el-select>
+ <el-button
+ v-else
+ class="button-new-tag"
+ size="small"
+ @click="showInput"
+ >+ 鏂板鏍囩</el-button
+ >
+ </div>
+ </el-form-item>
<el-form-item label="閫氱煡鍙橀噺" prop="name">
<el-row v-for="item in variablelist">
<el-col :span="4">
- <el-input v-model="item.variable"></el-input>
+ <el-input
+ v-model="item.name"
+ placeholder="璇疯緭鍏ュ彉閲忓悕"
+ ></el-input>
</el-col>
<el-col :span="8" :offset="1">
- <el-input v-model="item.value"></el-input>
+ <el-input
+ v-model="item.value"
+ placeholder="璇疯緭鍏ュ彉閲忓唴瀹�"
+ ></el-input>
</el-col>
<el-col :span="4" :offset="1">
<el-button
@@ -244,6 +157,7 @@
@click="addvariable(item)"
></el-button>
<el-button
+ v-if="item"
type="danger"
icon="el-icon-delete"
circle
@@ -253,17 +167,6 @@
</el-row>
</el-form-item>
- <el-row>
- <el-col :span="24">
- <el-form-item label="鎸囨爣璇存槑">
- <el-input
- v-model="indexform.remark"
- type="textarea"
- placeholder="璇疯緭鍏ュ唴瀹�"
- ></el-input>
- </el-form-item>
- </el-col>
- </el-row>
<el-row>
<el-col :span="12">
<el-form-item label="浠呴檺闄㈠尯" prop="region">
@@ -287,23 +190,191 @@
<el-col :span="12">
<el-form-item label="鍏宠仈鎸囨爣" prop="region">
<el-select
- v-model="indexform.relevance"
- size="medium"
+ v-model="indexform.targetid"
filterable
- placeholder="璇烽�夋嫨鍒嗙被"
+ remote
+ reserve-keyword
+ placeholder="璇疯緭鍏ュ叧閿瘝"
+ :remote-method="remoteMethod"
+ :loading="loading"
>
<el-option
- class="indexformaa"
- v-for="item in options"
- :key="item.value"
- :label="item.label"
- :value="item.value"
+ v-for="item in targetlist"
+ :key="item.targetid"
+ :label="item.targetname"
+ :value="item.targetid"
>
</el-option>
</el-select>
</el-form-item>
</el-col>
</el-row>
+ <el-row>
+ <el-col :span="24">
+ <div
+ style="display: flex; margin-left: 100px; margin-bottom: 10px"
+ >
+ <div
+ v-for="item in variablelist"
+ class="tsgname"
+ @click="tsgnameto(item)"
+ >
+ {{ item.name }}
+ </div>
+ </div>
+ </el-col></el-row
+ >
+ <el-row>
+ <el-col :span="24">
+ <el-form-item label="闂鏂囨湰" prop="questiontext">
+ <el-input
+ type="textarea"
+ :rows="2"
+ placeholder="璇疯緭鍏ュ唴瀹�"
+ id="questiontext"
+ v-model.sync="indexform.questiontext"
+ @focus="handleInput('questiontext')"
+ maxlength="30"
+ />
+ </el-form-item> </el-col
+ ></el-row>
+ <el-row>
+ <el-col :span="6">
+ <el-form-item label="闂璇煶" prop="verbaltrickyy">
+ <el-upload
+ class="upload-demo"
+ action="https://jsonplaceholder.typicode.com/posts/"
+ :on-change="handleChange"
+ :file-list="fileList"
+ :limit="1"
+ :on-exceed="handleExceed"
+ >
+ <el-button size="small" type="primary">鐐瑰嚮涓婁紶</el-button>
+ </el-upload>
+ <!-- <el-input v-model="indexform.userName" maxlength="30" /> -->
+ </el-form-item>
+ </el-col></el-row
+ >
+ <el-row>
+ <el-col :span="24">
+ <el-form-item label="鏃犲尮閰嶆枃鏈�" prop="nomatchtext">
+ <el-input
+ type="textarea"
+ :rows="2"
+ id="nomatchtext"
+ placeholder="璇疯緭鍏ュ唴瀹�"
+ v-model.sync="indexform.nomatchtext"
+ @focus="handleInput('nomatchtext')"
+ maxlength="30"
+ />
+ </el-form-item> </el-col
+ ></el-row>
+ <el-row>
+ <el-col :span="6">
+ <el-form-item label="鏃犲尮閰嶈闊�" prop="matchyy">
+ <el-upload
+ class="upload-demo"
+ action="https://jsonplaceholder.typicode.com/posts/"
+ :on-change="handleChange"
+ :file-list="fileList"
+ :limit="1"
+ :on-exceed="handleExceed"
+ >
+ <el-button size="small" type="primary">鐐瑰嚮涓婁紶</el-button>
+ </el-upload>
+ </el-form-item>
+ </el-col></el-row
+ >
+ <el-row>
+ <el-col :span="24">
+ <el-form-item label="鏃犲0鏂囨湰" prop="sliencetext">
+ <el-input
+ type="textarea"
+ :rows="2"
+ id="sliencetext"
+ placeholder="璇疯緭鍏ュ唴瀹�"
+ v-model.sync="indexform.sliencetext"
+ @focus="handleInput('sliencetext')"
+ maxlength="30"
+ />
+ </el-form-item> </el-col
+ ></el-row>
+ <el-row>
+ <el-col :span="6">
+ <el-form-item label="鏃犲0璇煶" prop="silentyy">
+ <el-upload
+ class="upload-demo"
+ action="https://jsonplaceholder.typicode.com/posts/"
+ :on-change="handleChange"
+ :file-list="fileList"
+ :limit="1"
+ :on-exceed="handleExceed"
+ >
+ <el-button size="small" type="primary">鐐瑰嚮涓婁紶</el-button>
+ </el-upload>
+ </el-form-item>
+ </el-col></el-row
+ >
+ <el-row>
+ <el-col :span="24">
+ <el-form-item label="閫氱敤搴撴枃鏈�" prop="submoduletext">
+ <el-input
+ type="textarea"
+ :rows="2"
+ id="submoduletext"
+ placeholder="璇疯緭鍏ュ唴瀹�"
+ v-model.sync="indexform.submoduletext"
+ @focus="handleInput('submoduletext')"
+ maxlength="30"
+ />
+ </el-form-item> </el-col
+ ></el-row>
+ <el-row>
+ <el-col :span="6">
+ <el-form-item label="閫氱敤搴撹闊�" prop="libraryy">
+ <el-upload
+ class="upload-demo"
+ action="https://jsonplaceholder.typicode.com/posts/"
+ :on-change="handleChange"
+ :file-list="fileList"
+ :limit="1"
+ :on-exceed="handleExceed"
+ >
+ <el-button size="small" type="primary">鐐瑰嚮涓婁紶</el-button>
+ </el-upload>
+ </el-form-item>
+ </el-col></el-row
+ >
+ <el-row>
+ <el-col :span="24">
+ <el-form-item label="鍚笉娓呮枃鏈�" prop="noclearlytext">
+ <el-input
+ type="textarea"
+ id="noclearlytext"
+ :rows="2"
+ placeholder="璇疯緭鍏ュ唴瀹�"
+ @focus="handleInput('noclearlytext')"
+ v-model.sync="indexform.noclearlytext"
+ maxlength="30"
+ />
+ </el-form-item> </el-col
+ ></el-row>
+ <el-row>
+ <el-col :span="6">
+ <el-form-item label="鍚笉娓呰闊�" prop="vagueyy">
+ <el-upload
+ class="upload-demo"
+ action="https://jsonplaceholder.typicode.com/posts/"
+ :on-change="handleChange"
+ :file-list="fileList"
+ :limit="1"
+ :on-exceed="handleExceed"
+ >
+ <el-button size="small" type="primary">鐐瑰嚮涓婁紶</el-button>
+ </el-upload>
+ </el-form-item>
+ </el-col></el-row
+ >
</el-form>
<div slot="footer" class="dialog-footer">
<el-button type="primary" @click="nextstep">纭� 瀹�</el-button>
@@ -324,154 +395,48 @@
<el-col :span="12">
<el-form-item label="鎸囨爣鍚嶇О" prop="deptId">
<el-input
- v-model="indexform.name"
- placeholder="璇疯緭鍏ユ寚鏍囩绫�"
- maxlength="40"
- />
- </el-form-item>
- </el-col>
- <el-col :span="12">
- <el-form-item label="鐗堟湰鍙�" prop="deptId">
- <el-input
- v-model="indexform.versions"
- placeholder="璇疯緭鍏ユ寚鏍囩绫�"
+ v-model="indexform.targetname"
+ placeholder="璇疯緭鍏ユ寚鏍囧悕绉�"
maxlength="40"
/>
</el-form-item>
</el-col>
</el-row>
- <el-row>
- <el-col :span="12">
- <el-form-item label="璇█" prop="deptId">
- <el-select
- v-model="indexform.language"
- placeholder="璇烽�夋嫨璇█"
- >
- <el-option
- v-for="index in languagelist"
- :key="index.value"
- :label="index.label"
- :value="index.value"
- ></el-option>
- </el-select>
- </el-form-item>
- </el-col>
- <el-col :span="12">
- <el-form-item label="鏄惁鍙敤" prop="deptId">
- <el-select v-model="indexform.useofstate" placeholder="璇烽�夋嫨">
- <el-option
- v-for="index in qyoptions"
- :key="index.value"
- :label="index.label"
- :value="index.value"
- ></el-option>
- </el-select>
- </el-form-item>
- </el-col>
- </el-row>
- <el-row>
- <el-col :span="24">
- <el-form-item label="鎸囨爣鎻忚堪" prop="nickName">
- <el-input
- v-model="indexform.nickName"
- placeholder="璇疯緭鍏ユ寚鏍囨弿杩�"
- maxlength="40"
- />
- </el-form-item> </el-col
- ></el-row>
- <el-form-item label="鏍囩" prop="desc">
- <div class="xinz-inf">
- <el-tag
- :key="tag"
- type="success"
- v-for="tag in dynamicTags"
- closable
- :disable-transitions="false"
- @close="handleClose(tag)"
- >
- {{ tag }}
- </el-tag>
- <el-select
- v-model="inputValue"
- v-if="inputVisible"
- @change="handleInputConfirm"
- filterable
- placeholder="璇烽�夋嫨"
- >
- <el-option
- v-for="item in optionss"
- :key="item.label"
- :label="item.label"
- :value="item.label"
- >
- </el-option>
- </el-select>
- <el-button
- v-else
- class="button-new-tag"
- size="small"
- @click="showInput"
- >+ 鏂板鏍囩</el-button
- >
- </div>
- </el-form-item>
- <el-row>
- <el-col :span="24">
- <el-form-item label="鍊肩被鍨�">
- <el-radio-group v-model="indexform.resource">
- <el-radio label="閫夐」"></el-radio>
- <el-radio label="鏂囨湰"></el-radio>
- <el-radio label="鏁板��"></el-radio>
- </el-radio-group>
- </el-form-item> </el-col
- ></el-row>
- <el-row>
- <el-col :span="24">
- <el-form-item label="閫傜敤鐤剧梾" prop="userName">
- <el-select v-model="indexform.useofstate" placeholder="璇烽�夋嫨">
- <el-option
- v-for="index in qyoptions"
- :key="index.value"
- :label="index.label"
- :value="index.value"
- ></el-option>
- </el-select>
- </el-form-item> </el-col
- ></el-row>
<el-row>
<el-col :span="24">
- <el-form-item label="閫傜敤鏂瑰紡" prop="email">
- <el-select v-model="indexform.useofstate" placeholder="璇烽�夋嫨">
- <el-option
- v-for="index in qyoptions"
- :key="index.value"
- :label="index.label"
- :value="index.value"
- ></el-option>
- </el-select>
+ <el-form-item label="鍊肩被鍨�">
+ <el-radio-group v-model="indexform.isenable">
+ <el-radio :label="1">閫夐」</el-radio>
+ <el-radio :label="2">鏂囨湰</el-radio>
+ <el-radio :label="3">鏁板��</el-radio>
+ </el-radio-group>
</el-form-item>
- </el-col>
- </el-row>
+ </el-col></el-row
+ >
+
<el-card class="box-card" style="margin-bottom: 20px">
- <el-table v-loading="loading" :data="testuserList">
+ <el-table
+ v-loading="loading"
+ :data="indexform.ivrLibaScriptTargetoptionList"
+ >
<el-table-column
label="搴忓彿"
align="center"
- key="userid"
- prop="userid"
+ key="guid"
+ prop="guid"
width="50"
/>
<el-table-column
label="鎸囨爣閫夐」"
align="center"
- key="nickName"
- prop="nickName"
+ key="targetvalue"
+ prop="targetvalue"
:show-overflow-tooltip="true"
>
<template slot-scope="scope">
<el-input
- v-model="scope.row.nickName"
+ v-model="scope.row.targetvalue"
placeholder="璇疯緭鍏ュ唴瀹�"
></el-input>
</template>
@@ -479,14 +444,14 @@
<el-table-column
label="瑙f瀽瑙勫垯"
align="center"
- key="aphonenumber"
- prop="aphonenumber"
+ key="targetregex"
+ prop="targetregex"
width="460"
:show-overflow-tooltip="true"
>
<template slot-scope="scope">
<el-input
- v-model="scope.row.aphonenumber"
+ v-model="scope.row.targetregex"
placeholder="璇疯緭鍏ュ唴瀹�"
></el-input>
</template>
@@ -529,7 +494,7 @@
</el-card>
<el-row :gutter="20">
<el-col :span="12">
- <el-form-item label="娴嬭瘯杈撳叆" prop="nickName">
+ <el-form-item label="娴嬭瘯杈撳叆" prop="targetvalue">
<el-input
v-model="testvalue"
placeholder="璇疯緭鍏ユ祴璇曞唴瀹�"
@@ -552,14 +517,27 @@
</el-input>
</div>
<el-button type="primary" @click="laststep()">涓婁竴姝�</el-button>
- <el-button type="info" @click="closeFm('ruleForm')">鍏抽棴</el-button>
- <el-button @click="Saveproblem('ruleForm')">淇濆瓨鎸囨爣鏁版嵁</el-button>
+ <el-button type="info" @click="closeFm()">鍏抽棴</el-button>
+ <el-button @click="Saveproblem()">淇濆瓨鎸囨爣鏁版嵁</el-button>
</div>
</div>
</div>
</template>
<script>
+import { listtag } from "@/api/system/label";
+import {
+ getverbaltricklist,
+ verbaltrickinfo,
+ delverbaltrickinfo,
+ compileverbaltrick,
+ getverbaltrick,
+ getbaltrickclassify,
+ gettargetInfolist,
+ gettargetInfo,
+} from "@/api/AiCentre/index";
+import store from "@/store";
+
export default {
data() {
return {
@@ -568,141 +546,44 @@
radio: "false", //鍗曢�夐閫変腑
radios: [], //澶氶�夐閫変腑
radioas: "", //濉┖棰樼瓟妗�
- dynamicTags: ["鏍囩涓�", "鏍囩浜�", "鏍囩涓�"],
+ dynamicTags: [],
inputVisible: false,
inputValue: "",
testvalue: "",
testgovalue: "",
topicobj: {},
indexform: {},
+ mode: [],
+ questionclass: [],
+ currentInputId: "",
+
// 鎬绘潯鏁�
total: 1,
- ruleForm: {
- name: "",
- region: "",
- date1: "",
- date2: "",
- delivery: false,
- type: [],
- resource: "",
- desc: "",
- templatevalue: "",
- data2: "",
- },
- rules: {},
- rulesa: {},
- xjxsoptions: [
+
+ targetlist: [
{
value: "閫夐」1",
label: "鍥炬枃",
},
- {
- value: "閫夐」2",
- label: "瑙嗛",
- },
- {
- value: "閫夐」3",
- label: "闊抽",
- },
],
+ rules: {},
+ rulesa: {},
+ optionstag: [],
+
fileList: [
{
name: "food.jpeg",
url: "https://fuss10.elemecdn.com/3/63/4e7f3a15429bfda99bce42a18cdd1jpeg.jpeg?imageMogr2/thumbnail/360x360/format/webp/quality/100",
},
],
- qyoptions: [
- {
- value: 1,
- label: "鍙敤",
- },
- {
- value: 2,
- label: "绂佺敤",
- },
- ],
- options: [
- {
- value: "閫夐」1",
- label: "鐤剧梾鎸囨爣",
- },
- {
- value: "閫夐」2",
- label: "鍏ラ櫌鎸囨爣",
- },
- {
- value: "閫夐」3",
- label: "鎵嬫湳鎸囨爣",
- },
- {
- value: "閫夐」4",
- label: "鎶ょ悊鎸囨爣",
- },
- ],
+ qyoptions: [],
+ options: [],
variablelist: [
- {
- variable: "paitent",
- value: "琛ㄧず鎮h�呯殑鏍囪瘑",
- },
- ],
- testuserList: [
- {
- userid: 1,
- nickName: "璐",
- aphonenumber: "(?!涓�.*|娌�.*|鏈�.*)^.*([璐钩鍑]|璐|璇勫|璇勫),10",
- },
- {
- userid: 2,
- nickName: "姝e父",
- aphonenumber: "(?!涓�.*|娌�.*|鏈�.*)^.*([璐钩鍑]|璐|璇勫|璇勫),10",
- },
- {
- userid: 55,
- nickName: "闈炴甯�",
- aphonenumber: "(?!涓�.*|娌�.*|鏈�.*)^.*([璐钩鍑]|璐|璇勫|璇勫),10",
- },
- {
- userid: 4,
- nickName: "a姝e父",
- aphonenumber: "(?!涓�.*|娌�.*|鏈�.*)^.*([璐钩鍑]|璐|璇勫|璇勫),10",
- status: "0",
- },
+
],
addvalue: "娣诲姞棰樼洰",
- // 棰樼洰琛ㄦ牸鏁版嵁
- userList: [
- {
- userid: "1",
- userName: "涓�鍙锋寚鏍�",
- },
- {
- userid: "2",
- userName: "浜屽彿鎸囨爣",
- },
- {
- userid: "3",
- userName: "涓夊彿鎸囨爣",
- },
- {
- userid: "4",
- userName: "鍥涘彿鎸囨爣",
- },
- ],
- languagelist: [
- {
- value: 1,
- label: "鏅�氳瘽",
- },
- {
- value: 2,
- label: "绮よ",
- },
- {
- value: 3,
- label: "鑻辫",
- },
- ], //璇█鍒楄〃
+ languagelist: [], //璇█鍒楄〃
// 鏌ヨ鍙傛暟
queryParams: {
pageNum: 1,
@@ -716,24 +597,88 @@
};
},
- created() {},
+ created() {
+ this.gettabList();
+ this.getverbaltrick();
+ this.mode = store.getters.mode;
+ this.valuetype = store.getters.valuetype;
+ this.languagelist = store.getters.languagelist;
+ this.qyoptions = store.getters.usable;
+ },
methods: {
- submitForm(formName) {
- this.rules = this.rulesa;
- // 鎻愪氦
- this.$refs[formName].validate((valid) => {
- if (valid) {
- alert("submit!");
- } else {
- console.log("error submit!!");
- return false;
- }
+ // 鑾峰彇璇︽儏鏁版嵁
+ getverbaltrick() {
+ let id = this.$route.query.id;
+ getverbaltrick({ id: id }).then((res) => {
+ this.indexform = res.data;
+ this.indexform.assortid = parseInt(this.indexform.assortid);
+ this.variablelist = JSON.parse(this.indexform.parameter)?JSON.parse(this.indexform.parameter):[{name:'',value:''}];
+ this.dynamicTags = this.indexform.ivrLibaScriptTagList.map(
+ this.processElement
+ );
+ this.targetlist = [
+ {
+ targetid: this.indexform.targetid,
+ targetname: this.indexform.targetname,
+ },
+ ];
+ console.log(this.targetlist);
+ });
+ // 鏍�
+ getbaltrickclassify({}).then((res) => {
+ this.questionclass = res.rows;
+ console.log(res);
});
},
+
+ // 淇濆瓨璇︾粏淇℃伅
+ Saveproblem() {
+ if (this.indexform.id) {
+ this.indexform.isoperation = 2;
+ this.indexform.parameter = JSON.stringify(this.variablelist);
+ compileverbaltrick(this.indexform).then((res) => {
+ if (res.code == 200) {
+ this.$modal.msgSuccess("淇敼鎴愬姛");
+ }
+ });
+ } else {
+ this.indexform.isoperation = 1;
+ compileverbaltrick(this.indexform).then((res) => {
+ if (res.code == 200) {
+ this.$modal.msgSuccess("鏂板鎴愬姛");
+ }
+ });
+ }
+ },
+ remoteMethod(query) {
+ if (query !== "") {
+ this.loading = true;
+ setTimeout(() => {
+ this.loading = false;
+ gettargetInfolist({ targetname: query }).then((res) => {
+ this.targetlist = res.rows;
+ });
+ }, 200);
+ } else {
+ this.targetlist = [];
+ }
+ },
+
// 涓嬩竴姝�
nextstep() {
- if (this.Editprogress <= 1 && this.indexform.relevance) {
+ if (this.Editprogress <= 1 && this.indexform.targetid) {
+ if (this.indexform.ivrLibaScriptTargetoptionList.length) {
+ return this.Editprogress++;
+ }
+ gettargetInfo({ targetID: this.indexform.targetid }).then((res) => {
+ this.indexform.isenable = res.rows[0].isenable;
+ this.indexform.targetname = res.rows[0].targetname;
+ res.rows[0].targetoptionList.forEach((item) => {
+ item.isoperation = 1;
+ this.indexform.ivrLibaScriptTargetoptionList.push(item);
+ });
+ });
return this.Editprogress++;
} else {
this.$message.warning("璇峰厛閫夋嫨鍏宠仈鎸囨爣");
@@ -760,24 +705,190 @@
});
});
},
- // 淇濆瓨棰樼洰淇℃伅
- Saveproblem() {},
- /** 鏌ヨ棰樼洰鍒楄〃 */
- getList() {
- // this.loading = true;
- listUser().then((response) => {
- console.log(response);
- // this.userList = response.data;
- // this.total = response.total;
- // this.loading = false;
- console.log(this.userList);
- });
- // const { rows } = await listUser();
- // console.log(rows);
- // this.list = rows;
+ // 鏂囦欢----------------------
+ // 鎺у埗鏂囦欢
+ handleChange(file, fileList) {
+ this.fileList = fileList.slice(-3);
},
- // 淇敼棰樼洰淇℃伅
- Submittopicobj() {},
+ // 鏂囦欢瓒呭嚭涓暟闄愬埗鏃剁殑閽╁瓙
+ handleExceed(files, fileList) {
+ this.$message.warning(
+ `褰撳墠闄愬埗閫夋嫨 1 涓枃浠讹紝鏈閫夋嫨浜� ${files.length} 涓枃浠讹紝鍏遍�夋嫨浜� ${
+ files.length + fileList.length
+ } 涓枃浠禶
+ );
+ },
+ // 鏍囩-----------------
+ gettabList() {
+ const tagqueryParams = {
+ pageNum: 1,
+ pageSize: 1000,
+ tagcategoryid: "0",
+ };
+ listtag(tagqueryParams).then((response) => {
+ console.log(response);
+ this.optionstag = response.rows;
+ });
+ },
+ handleClosetag(tag) {
+ console.log(tag);
+ console.log(this.dynamicTags.indexOf(tag));
+ const lindex = this.dynamicTags.indexOf(tag);
+ this.dynamicTags.splice(this.dynamicTags.indexOf(tag), 1);
+ this.indexform.ivrLibaScriptTagList[lindex].isoperation = 3;
+ },
+ handleInputConfirm() {
+ let tagvalue = {};
+ let tagname = this.inputValue;
+ if (tagname) {
+ listtag({
+ pageNum: 1,
+ pageSize: 1000,
+ tagcategoryid: "0",
+ tagname: tagname,
+ }).then((res) => {
+ if (res.rows[0]) {
+ tagvalue = res.rows[0];
+ tagvalue.isoperation = 1;
+ } else {
+ tagvalue = {
+ tagname: tagname,
+ isoperation: 1,
+ };
+ }
+ this.indexform.ivrLibaScriptTagList.push(tagvalue);
+ this.dynamicTags.push(tagvalue);
+ });
+ }
+ this.inputVisible = false;
+ this.inputValue = "";
+ },
+ remoteMethodtag(query) {
+ if (query !== "") {
+ this.loading = true;
+ setTimeout(() => {
+ this.loading = false;
+ listtag({ tagname: query, tagcategoryid: "0" }).then((res) => {
+ this.optionstag = res.rows;
+ });
+ }, 200);
+ } else {
+ this.optionstag = [];
+ }
+ },
+ showInput() {
+ this.inputVisible = true;
+ },
+ // --------------------------
+ //娴嬭瘯琛ㄥ崟 --------------------------
+ gettagerlist() {
+ gettagerlist({ targetname: this.targetname }).then((response) => {
+ console.log(response);
+ this.optionstag = response.rows;
+ });
+ },
+ addoption() {
+ this.indexform.ivrLibaScriptTargetoptionList.push({
+ guid: 1,
+ isoperation: 1,
+ targetvalue: "",
+ targetregex: "",
+ });
+ this.sortFn();
+ },
+ deloption() {
+ const index = this.indexform.ivrLibaScriptTargetoptionList.indexOf(item);
+ if (index !== -1) {
+ this.indexform.ivrLibaScriptTargetoptionList.splice(index, 1); // 浠庣储寮曚綅缃垹闄や竴涓厓绱�
+ this.sortFn();
+ } else {
+ console.log("鏈壘鍒拌瀵硅薄");
+ }
+ },
+ getIndexInArray(arr, obj) {
+ return arr.indexOf(obj);
+ },
+ processElement(element) {
+ return { ...element, isoperation: 1 };
+ },
+ syioption(row) {
+ const index = this.getIndexInArray(
+ this.indexform.ivrLibaScriptTargetoptionList,
+ row
+ );
+ const item = this.indexform.ivrLibaScriptTargetoptionList.splice(
+ index,
+ 1
+ )[0]; // 绉婚櫎鎸囧畾绱㈠紩澶勭殑鍏冪礌锛屽苟淇濆瓨鍒癷tem鍙橀噺涓�
+ this.indexform.ivrLibaScriptTargetoptionList.splice(index - 1, 0, item); // 灏唅tem鎻掑叆鍒扮储寮曚綅缃殑鍓嶄竴浣�
+ this.sortFn();
+ },
+ xiayioption(row) {
+ const index = this.getIndexInArray(
+ this.indexform.ivrLibaScriptTargetoptionList,
+ row
+ );
+ const item = this.indexform.ivrLibaScriptTargetoptionList.splice(
+ index,
+ 1
+ )[0]; // 绉婚櫎鎸囧畾绱㈠紩澶勭殑鍏冪礌锛屽苟淇濆瓨鍒癷tem鍙橀噺涓�
+ this.indexform.ivrLibaScriptTargetoptionList.splice(index + 1, 0, item); // 灏唅tem鎻掑叆鍒扮储寮曚綅缃殑鍓嶄竴浣�
+ this.sortFn();
+ },
+ sortFn() {
+ this.indexform.ivrLibaScriptTargetoptionList =
+ this.indexform.ivrLibaScriptTargetoptionList.map((item, index) => {
+ return {
+ guid: index + 1,
+ targetvalue: item.targetvalue,
+ targetregex: item.targetregex,
+ };
+ });
+ console.log(this.indexform.ivrLibaScriptTargetoptionList);
+ },
+ // ---------------------
+ // 渚挎嵎鏍囩
+ tsgnameto(row) {
+ let inputValueArr = "";
+ let el = document.querySelector("#" + this.currentInputId);
+ //el.selectionStart; 杩欏氨鏄綋鍓嶅厜鏍囨墍鍦ㄧ殑浣嶇疆锛堝瓧绗︿覆涓瓧绗︾殑index锛�
+ if (this.currentInputId == "questiontext") {
+ inputValueArr = this.indexform.questiontext.split("");
+ } else if (this.currentInputId == "nomatchtext") {
+ inputValueArr = this.indexform.nomatchtext.split("");
+ } else if (this.currentInputId == "sliencetext") {
+ inputValueArr = this.indexform.sliencetext.split("");
+ } else if (this.currentInputId == "noclearlytext") {
+ inputValueArr = this.indexform.noclearlytext.split("");
+ } else if (this.currentInputId == "submoduletext") {
+ inputValueArr = this.indexform.submoduletext.split("");
+ } else {
+ return;
+ }
+ //灏嗚緭鍏ユ鍐呭鍒囨垚鏁扮粍锛屾柟渚垮悗缁搷浣�
+ // inputValueArr = this.inputValue.split("");
+ // 鎷垮埌閫変腑鏂囧瓧鐨勯暱搴︼紙鍚庣画鍙互鐢ㄦ潵鏇挎崲閫変腑鐨勬枃瀛楋級
+ let selectLength = el.selectionEnd - el.selectionStart;
+ // 灏嗚鎻掑叆/鏇挎崲鐨勬枃瀛楁彃鍏�/鏇挎崲锛坴alue.name鏄鎻掑叆/鏇挎崲鐨勫瓧绗︿覆锛�
+ inputValueArr.splice(el.selectionStart, selectLength, `${row.value}`);
+ // 鎶婃暟缁勯噸鏂拌浆鎹负瀛楃涓插苟璧嬪��
+ inputValueArr = inputValueArr.join("");
+ console.log(inputValueArr);
+ if (this.currentInputId == "questiontext") {
+ this.indexform.questiontext = inputValueArr;
+ } else if (this.currentInputId == "nomatchtext") {
+ this.indexform.nomatchtext = inputValueArr;
+ } else if (this.currentInputId == "sliencetext") {
+ this.indexform.sliencetext = inputValueArr;
+ } else if (this.currentInputId == "noclearlytext") {
+ this.indexform.noclearlytext = inputValueArr;
+ } else if (this.currentInputId == "submoduletext") {
+ this.indexform.submoduletext = inputValueArr;
+ } else {
+ return;
+ }
+ },
+
// 鏂板鍙橀噺
addvariable() {
this.variablelist.push({
@@ -794,87 +905,12 @@
console.log("鏈壘鍒拌瀵硅薄");
}
},
- // 鎺у埗鏂囦欢
- handleChange(file, fileList) {
- this.fileList = fileList.slice(-3);
+ // 杈撳叆鑾峰彇id
+ handleInput(id) {
+ this.currentInputId = id;
+ console.log("杈撳叆妗嗙殑鍊煎凡鏇存柊:", this.currentInputId);
+ // 鍦ㄨ繖閲屾墽琛屾洿鏂版暟鎹殑閫昏緫
},
- // 鏂囦欢瓒呭嚭涓暟闄愬埗鏃剁殑閽╁瓙
- handleExceed(files, fileList) {
- this.$message.warning(
- `褰撳墠闄愬埗閫夋嫨 1 涓枃浠讹紝鏈閫夋嫨浜� ${files.length} 涓枃浠讹紝鍏遍�夋嫨浜� ${
- files.length + fileList.length
- } 涓枃浠禶
- );
- },
- // 鏍囩-----------------
- handleClose(tag) {
- this.dynamicTags.splice(this.dynamicTags.indexOf(tag), 1);
- },
- handleInputConfirm() {
- let inputValue = this.inputValue;
- if (inputValue) {
- this.dynamicTags.push(inputValue);
- }
- this.inputVisible = false;
- this.inputValue = "";
- },
- showInput() {
- this.inputVisible = true;
- // 鑷姩鑾峰彇鐒︾偣
- // this.$nextTick((_) => {
- // this.$refs.saveTagInput.$refs.input.focus();
- // });
- },
- // --------------------------
- //娴嬭瘯琛ㄥ崟 --------------------------
- addoption() {
- this.testuserList.push({
- userid: 1,
- nickName: "璐",
- aphonenumber: "(?!涓�.*|娌�.*|鏈�.*)^.*([璐钩鍑]|璐|璇勫|璇勫),10",
- });
- this.sortFn();
- },
- deloption() {
- const index = this.testuserList.indexOf(item);
- if (index !== -1) {
- this.testuserList.splice(index, 1); // 浠庣储寮曚綅缃垹闄や竴涓厓绱�
- this.sortFn();
- } else {
- console.log("鏈壘鍒拌瀵硅薄");
- }
- },
- syioption(row) {
- const index = this.getIndexInArray(this.testuserList, row);
- const item = this.testuserList.splice(index, 1)[0]; // 绉婚櫎鎸囧畾绱㈠紩澶勭殑鍏冪礌锛屽苟淇濆瓨鍒癷tem鍙橀噺涓�
- this.testuserList.splice(index - 1, 0, item); // 灏唅tem鎻掑叆鍒扮储寮曚綅缃殑鍓嶄竴浣�
- this.sortFn();
- },
- xiayioption(row) {
- const index = this.getIndexInArray(this.testuserList, row);
- const item = this.testuserList.splice(index, 1)[0]; // 绉婚櫎鎸囧畾绱㈠紩澶勭殑鍏冪礌锛屽苟淇濆瓨鍒癷tem鍙橀噺涓�
- this.testuserList.splice(index + 1, 0, item); // 灏唅tem鎻掑叆鍒扮储寮曚綅缃殑鍓嶄竴浣�
- this.sortFn();
- },
- sortFn() {
- this.testuserList = this.testuserList.map((item, index) => {
- return {
- userid: index + 1,
- nickName: item.nickName,
- aphonenumber: item.aphonenumber,
- };
- });
- console.log(this.testuserList);
- },
- // ---------------------
- // 鏌ヨ棰樺簱
- handleQuery() {},
- resetQuery() {},
- resetForm(formName) {
- this.$refs[formName].resetFields();
- },
- // 渚挎嵎鏍囩
- tsgnameto() {},
},
};
</script>
--
Gitblit v1.9.3