搜 索
@@ -79,6 +61,13 @@
{{ row.worktypes | ellipsis }}
+
+
+
+ {{ statusArr[row.status] }}
+
+
+
-
删除
@@ -112,39 +97,42 @@
icon="el-icon-document"
size="small"
@click="showKeyAudience(row)"
- >重点人群详情
+ >服务详情
-
+
+
+
@@ -169,7 +157,98 @@
+
+
+
+
+
+ 匹配任务/岗位
+ 匹配政策
+ 服务日志
+
+
+
+
+
+ {{ row.missionDesc }}
+
+
+ 查看详情
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/tenant/mission/Dialog/CopyMission.vue b/src/views/tenant/mission/Dialog/CopyMission.vue
index 0b899a1..9d9fd89 100644
--- a/src/views/tenant/mission/Dialog/CopyMission.vue
+++ b/src/views/tenant/mission/Dialog/CopyMission.vue
@@ -17,37 +17,6 @@
ref="form"
@submit="submit"
>
-
-
-
-
-
{{item.value}}
@@ -118,14 +79,6 @@
show-word-limit
:disabled = "worktypeDisabled"
>
-
-
{{item.value}}
@@ -134,7 +87,6 @@
-
{
- // if(value == ""){
- // callback(
- // new Error(
- // "请填写参考工资"
- // )
- // );
- // }else if (
- // !/^([1-9]\d*|0)(\.\d{0,2})?$/.test(value) ||
- // value <= 0 ||
- // value > 99999
- // ) {
- // callback(
- // new Error(
- //
- // )
- // );
- // } else if (
- // this.obj.wageUnitCategory === null ||
- // this.obj.wageUnitCategory === undefined
- // ) {
- // callback(new Error("请选择单位"));
- // } else {
- // callback();
- // }
- // };
const tradeId = (rule, value, callback) => {
if(this.tradeState == null || this.tradeState == undefined || this.tradeState == ""){
callback(
@@ -357,25 +276,6 @@ export default {
}
};
- // const workType = (rule, value, callback) => {
- // if(this.workTypeState == null || this.workTypeState == undefined || this.workTypeState == ""){
- // callback(
- // new Error(
- // "请选择工种"
- // )
- // )
- // }else{
- // if(!this.workTypeBtnState){
- // callback(
- // new Error(
- // "新增工种要添加后才能使用"
- // )
- // )
- // }else{
- // callback();
- // }
- // }
- // }
const validatePass = (rule, value, callback)=>{
let specialKey = "[`~#$^&*()=|{}\\[\\]<>/~#¥……&*()——|{}【】《》%@‘”“']‘'";
let flagValue = true;
@@ -1006,7 +906,6 @@ export default {
})
this.tradeBtnState = true;
this.initData();
- //this.$refs.form.clearValidate('tradeId');
this.clearValidator('tradeId');
}else{
this.$message({
diff --git a/vue.config.js b/vue.config.js
index 0642742..452de14 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -23,9 +23,9 @@ module.exports = {
port: 1888,
proxy: {
"/api": {
- // target: 'http://192.168.3.104:8000', // 本地服务接口地址
+ target: 'http://192.168.3.104:8000', // 本地服务接口地址
// target: "http://39.98.184.58:8000", // 阿里云后台地址
- target: "http://192.168.3.111:8000", // 本地
+ // target: "http://192.168.3.108:8000", // 本地
ws: true,
changeOrigin: true,
pathRewrite: {