Commit 53cef792 by 董有沛

菜单调整

parent 79e9e336
...@@ -2389,7 +2389,7 @@ typeof(exports) != 'undefined' ? exports.SyntaxHighlighter = SyntaxHighlighter : ...@@ -2389,7 +2389,7 @@ typeof(exports) != 'undefined' ? exports.SyntaxHighlighter = SyntaxHighlighter :
{ {
// Created by Peter Atoria @ http://iAtoria.com // Created by Peter Atoria @ http://iAtoria.com
var inits = 'class interface function packageManagement'; var inits = 'class interface function productManagement';
var keywords = '-Infinity ...rest Array as AS3 Boolean break case catch const continue Date decodeURI ' + var keywords = '-Infinity ...rest Array as AS3 Boolean break case catch const continue Date decodeURI ' +
'decodeURIComponent default delete do dynamic each else encodeURI encodeURIComponent escape ' + 'decodeURIComponent default delete do dynamic each else encodeURI encodeURIComponent escape ' +
...@@ -2926,7 +2926,7 @@ typeof(exports) != 'undefined' ? exports.SyntaxHighlighter = SyntaxHighlighter : ...@@ -2926,7 +2926,7 @@ typeof(exports) != 'undefined' ? exports.SyntaxHighlighter = SyntaxHighlighter :
// http://jroller.com/aalmiray/entry/nice_source_code_syntax_highlighter // http://jroller.com/aalmiray/entry/nice_source_code_syntax_highlighter
var keywords = 'as assert break case catch class continue def default do else extends finally ' + var keywords = 'as assert break case catch class continue def default do else extends finally ' +
'if in implements import instanceof interface new packageManagement property return switch ' + 'if in implements import instanceof interface new productManagement property return switch ' +
'throw throws try while public protected private static'; 'throw throws try while public protected private static';
var types = 'void boolean byte char short int long float double'; var types = 'void boolean byte char short int long float double';
var constants = 'null'; var constants = 'null';
...@@ -2977,7 +2977,7 @@ typeof(exports) != 'undefined' ? exports.SyntaxHighlighter = SyntaxHighlighter : ...@@ -2977,7 +2977,7 @@ typeof(exports) != 'undefined' ? exports.SyntaxHighlighter = SyntaxHighlighter :
'continue default do double else enum extends ' + 'continue default do double else enum extends ' +
'false final finally float for goto if implements import ' + 'false final finally float for goto if implements import ' +
'instanceof int interface long native new null ' + 'instanceof int interface long native new null ' +
'packageManagement private protected public return ' + 'productManagement private protected public return ' +
'short static strictfp super switch synchronized this throw throws true ' + 'short static strictfp super switch synchronized this throw throws true ' +
'transient try void volatile while'; 'transient try void volatile while';
...@@ -3023,7 +3023,7 @@ typeof(exports) != 'undefined' ? exports.SyntaxHighlighter = SyntaxHighlighter : ...@@ -3023,7 +3023,7 @@ typeof(exports) != 'undefined' ? exports.SyntaxHighlighter = SyntaxHighlighter :
var keywords = 'abstract after and as assert at before bind bound break catch class ' var keywords = 'abstract after and as assert at before bind bound break catch class '
+ 'continue def delete else exclusive extends false finally first for from ' + 'continue def delete else exclusive extends false finally first for from '
+ 'function if import in indexof init insert instanceof into inverse last ' + 'function if import in indexof init insert instanceof into inverse last '
+ 'lazy mixin mod nativearray new not null on or override packageManagement postinit ' + 'lazy mixin mod nativearray new not null on or override productManagement postinit '
+ 'protected public public-init public-read replace return reverse sizeof ' + 'protected public public-init public-read replace return reverse sizeof '
+ 'step super then this throw true try tween typeof var where while with ' + 'step super then this throw true try tween typeof var where while with '
+ 'attribute let private readonly static trigger' + 'attribute let private readonly static trigger'
...@@ -3119,7 +3119,7 @@ typeof(exports) != 'undefined' ? exports.SyntaxHighlighter = SyntaxHighlighter : ...@@ -3119,7 +3119,7 @@ typeof(exports) != 'undefined' ? exports.SyntaxHighlighter = SyntaxHighlighter :
var keywords = var keywords =
'bless caller continue dbmclose dbmopen die do dump else elsif eval exit ' + 'bless caller continue dbmclose dbmopen die do dump else elsif eval exit ' +
'for foreach goto if import last local my next no our packageManagement redo ref ' + 'for foreach goto if import last local my next no our productManagement redo ref ' +
'require return sub tie tied unless untie until use wantarray while ' + 'require return sub tie tied unless untie until use wantarray while ' +
// feature // feature
'given when default ' + 'given when default ' +
...@@ -3143,7 +3143,7 @@ typeof(exports) != 'undefined' ? exports.SyntaxHighlighter = SyntaxHighlighter : ...@@ -3143,7 +3143,7 @@ typeof(exports) != 'undefined' ? exports.SyntaxHighlighter = SyntaxHighlighter :
{ regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' },
{ regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' },
// currently ignoring single quote packageManagement separator and utf8 names // currently ignoring single quote productManagement separator and utf8 names
{ regex: /(?:&|[$@%*]|\$#)[a-zA-Z_](\w+|::)*/g, css: 'variable' }, { regex: /(?:&|[$@%*]|\$#)[a-zA-Z_](\w+|::)*/g, css: 'variable' },
{ regex: /\b__(?:END|DATA)__\b[\s\S]*$/g, css: 'comments' }, { regex: /\b__(?:END|DATA)__\b[\s\S]*$/g, css: 'comments' },
{ regex: /(^|\n)=\w[\s\S]*?(\n=cut\s*\n|$)/g, css: 'comments' }, // pod { regex: /(^|\n)=\w[\s\S]*?(\n=cut\s*\n|$)/g, css: 'comments' }, // pod
...@@ -3486,7 +3486,7 @@ typeof(exports) != 'undefined' ? exports.SyntaxHighlighter = SyntaxHighlighter : ...@@ -3486,7 +3486,7 @@ typeof(exports) != 'undefined' ? exports.SyntaxHighlighter = SyntaxHighlighter :
var keywords = 'val sealed case def true trait implicit forSome import match object null finally super ' + var keywords = 'val sealed case def true trait implicit forSome import match object null finally super ' +
'override try lazy for var catch throw type extends class while with new final yield abstract ' + 'override try lazy for var catch throw type extends class while with new final yield abstract ' +
'else do if return protected private this packageManagement false'; 'else do if return protected private this productManagement false';
var keyops = '[_:=><%#@]+'; var keyops = '[_:=><%#@]+';
......
...@@ -3290,7 +3290,7 @@ var KJUR = {}; ...@@ -3290,7 +3290,7 @@ var KJUR = {};
* <p> * <p>
* This is ITU-T X.690 ASN.1 DER encoder class library and * This is ITU-T X.690 ASN.1 DER encoder class library and
* class structure and methods is very similar to * class structure and methods is very similar to
* org.bouncycastle.asn1 packageManagement of * org.bouncycastle.asn1 productManagement of
* well known BouncyCaslte Cryptography Library. * well known BouncyCaslte Cryptography Library.
* <h4>PROVIDING ASN.1 PRIMITIVES</h4> * <h4>PROVIDING ASN.1 PRIMITIVES</h4>
* Here are ASN.1 DER primitive classes. * Here are ASN.1 DER primitive classes.
......
...@@ -8,7 +8,7 @@ let findByList = (params) => postAction(prefix + "/packageManagement/package/lis ...@@ -8,7 +8,7 @@ let findByList = (params) => postAction(prefix + "/packageManagement/package/lis
let choosepages = (params) => postAction(prefix + "/packageManagement/package/choosepages" , params); let choosepages = (params) => postAction(prefix + "/packageManagement/package/choosepages" , params);
// 编辑 // 编辑
let modify = (params) => postAction(prefix + "/packageManagement/package/update" , params); let modify = (params) => postAction(prefix + "/productManagement/package/update" , params);
//新增 //新增
let insert= (params) => postAction(prefix + "/packageManagement/package/insert" , params); let insert= (params) => postAction(prefix + "/packageManagement/package/insert" , params);
......
...@@ -2,7 +2,7 @@ import {postAction,getAotion} from '@/api/manage' ...@@ -2,7 +2,7 @@ import {postAction,getAotion} from '@/api/manage'
const prefix = '/manager/ciop'; const prefix = '/manager/ciop';
// 获取活动列表 // 获取活动列表
let packagefindByList = (params) => postAction(prefix + "/school/packageManagement/list" , params); let packagefindByList = (params) => postAction(prefix + "/school/productManagement/list" , params);
export { export {
packagefindByList packagefindByList
......
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
</template> </template>
<script> <script>
import CodeMove from "../../components/sysmanage/codeMove"; import CodeMove from "../../../components/sysmanage/codeMove";
import html2canvas from "html2canvas"; import html2canvas from "html2canvas";
import ACol from "ant-design-vue/es/grid/Col"; import ACol from "ant-design-vue/es/grid/Col";
......
...@@ -147,8 +147,8 @@ ...@@ -147,8 +147,8 @@
fileListxiaotu:[], fileListxiaotu:[],
fileid:{}, fileid:{},
brackgroundurl:"manager/ciop/packageManagement/package/backgroundUpload", brackgroundurl:"manager/ciop/productManagement/package/backgroundUpload",
xiaotuurl:"manager/ciop/packageManagement/package/xiaotuUpload", xiaotuurl:"manager/ciop/productManagement/package/xiaotuUpload",
Formtable: this.$form.createForm(this, {name: 'Formtable'}), Formtable: this.$form.createForm(this, {name: 'Formtable'}),
//输入框列表 //输入框列表
autoCompleteResult:[], autoCompleteResult:[],
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
<a-input placeholder="姓名" v-model="queryParam.name"></a-input> <a-input placeholder="姓名" v-model="queryParam.name"></a-input>
</a-form-item> </a-form-item>
</a-col> </a-col>
<a-col :md="4" :sm="12"> <a-col :md="4" :sm="12">
<a-form-item label="县分"> <a-form-item label="县分">
<a-input placeholder="县分" v-model="queryParam.substName"></a-input> <a-input placeholder="县分" v-model="queryParam.substName"></a-input>
...@@ -22,7 +23,7 @@ ...@@ -22,7 +23,7 @@
</a-col> </a-col>
<span class="table-page-search-submitButtons" style="float: left; overflow: hidden;"> <span class="table-page-search-submitButtons" style="float: left; overflow: hidden;">
<a-col :md="6" :sm="24"> <a-col :md="6" :sm="24">
<a-button @click="search()" type="primary">查询</a-button> <a-button @click="search()" type="primary">查询1</a-button>
<a-button @click="openAllocation()" style="margin-left: 8px" icon="plus" type="primary">新增</a-button> <a-button @click="openAllocation()" style="margin-left: 8px" icon="plus" type="primary">新增</a-button>
</a-col> </a-col>
</span> </span>
...@@ -171,9 +172,10 @@ ...@@ -171,9 +172,10 @@
}, },
methods:{ methods:{
onLoad(){ onLoad(){
alert(); let params = [];
params.substName = "";
// 获取县分下拉清单 // 获取县分下拉清单
getSubstList(Object.assign(params,obj)).then(res => { getSubstList(params).then(res => {
if (res.state == 'success') { if (res.state == 'success') {
res.data.forEach((key)=>{ res.data.forEach((key)=>{
this.subNameList.push(key.sub_name) this.subNameList.push(key.sub_name)
...@@ -185,7 +187,7 @@ ...@@ -185,7 +187,7 @@
this.$refs.table.refresh({search: true}) this.$refs.table.refresh({search: true})
}, },
openAllocation() { openAllocation() {
this.titleName = "添加学校分配"; this.titleName = "添加学校2323分配";
this.modifyvisible = true; this.modifyvisible = true;
}, },
//提交表单 //提交表单
...@@ -228,9 +230,9 @@ ...@@ -228,9 +230,9 @@
this.$message.error(res.data ? res.data : '删除失败!', 5); this.$message.error(res.data ? res.data : '删除失败!', 5);
}) })
}, },
changeSubst(type){ changeSubst(){
let schoolParams = {}; let schoolParams = {};
schoolParams.subName = this.modifyForm.subName; schoolParams.substName = this.modifyForm.subName;
this.schoolList = []; this.schoolList = [];
getSchoolList(schoolParams).then(res => { getSchoolList(schoolParams).then(res => {
...@@ -243,7 +245,7 @@ ...@@ -243,7 +245,7 @@
}, },
changeSchool(schoolId){ changeSchool(schoolId){
let schoolParams = {}; let schoolParams = {};
schoolParams.subName = this.modifyForm.subName; schoolParams.substName = this.modifyForm.subName;
this.schoolList = []; this.schoolList = [];
getSchoolList(schoolParams).then(res => { getSchoolList(schoolParams).then(res => {
......
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