diff --git a/src/api/jhzx/sygd.js b/src/api/jhzx/sygd.js
index 3fcdbc7..44d8502 100644
--- a/src/api/jhzx/sygd.js
+++ b/src/api/jhzx/sygd.js
@@ -4,9 +4,9 @@ export function getList(data) {return request({url: '/dmSygdMx/getList', method:
export function getSygdList(data) {return request({url: '/dmSygd/getList', method: 'post', data})}
export function tj(data) {return request({url: '/dmSygd/tj', method: 'post', data})}
export function sh(data) {return request({url: '/dmSygd/sh', method: 'post', data})}
-export function sygdPC() {return request({url: '/dmSygdMx/sygdPC', method: 'post'})}
export function saveByDcch(data) {return request({url: '/dmSygdMx/saveByDcch', method: 'post', data})}
export function symxhz(data) {return request({url: '/dmSygdMx/symxhz', method: 'post', data})}
+export function sygdPC() {return request({url: '/dmSygdMx/sygdPC', method: 'post'})}
export function tqSygd() {return request({url: '/dmSygdMx/tqSygd', method: 'post'})}
export function getCnsb() {return request({url: '/dmSygdMx/getCnsb', method: 'post'})}
export function saveMxList() {return request({url: '/dmSygdMx/saveList', method: 'post'})}
diff --git a/src/api/jhzx/sygdxq.js b/src/api/jhzx/sygdxq.js
new file mode 100644
index 0000000..5d2b567
--- /dev/null
+++ b/src/api/jhzx/sygdxq.js
@@ -0,0 +1,4 @@
+import request from '@/utils/request'
+
+export function getList(data) {return request({url: '/dmSygdxq/getList', method: 'post', data})}
+
diff --git a/src/layout/components/TagsView/index.vue b/src/layout/components/TagsView/index.vue
index d2a56e7..7ae89d5 100644
--- a/src/layout/components/TagsView/index.vue
+++ b/src/layout/components/TagsView/index.vue
@@ -17,10 +17,10 @@
diff --git a/src/utils/index.js b/src/utils/index.js
index 0256d95..1e41efe 100644
--- a/src/utils/index.js
+++ b/src/utils/index.js
@@ -3,7 +3,7 @@ let loading
export function startLoading() { // 使用Element loading-start 方法
loading = Loading.service({
lock: true,
- text: '加载中……',
+ text: '处理中……',
background: 'rgba(0, 0, 0, 0.7)'
})
}
diff --git a/src/utils/request.js b/src/utils/request.js
index 2fdf81b..712d805 100644
--- a/src/utils/request.js
+++ b/src/utils/request.js
@@ -9,7 +9,7 @@ let loading
function startLoading() { // 使用Element loading-start 方法
loading = Loading.service({
lock: true,
- text: '加载中……',
+ text: '处理中……',
background: 'rgba(0, 0, 0, 0.7)'
})
}
diff --git a/src/views/jhzx/gdxqDR.vue b/src/views/jhzx/gdxqDR.vue
new file mode 100644
index 0000000..d63120e
--- /dev/null
+++ b/src/views/jhzx/gdxqDR.vue
@@ -0,0 +1,508 @@
+
+
+
+
+
+
+
+ 小组需求时间范围:
+
+ 至
+
+
+
+
+
+
+ 查询
+
+
+
+ Excel导入
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ items[_columnIndex] }}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/jhzx/qfxqwh.vue b/src/views/jhzx/qfxqwh.vue
index 92965d4..3538718 100644
--- a/src/views/jhzx/qfxqwh.vue
+++ b/src/views/jhzx/qfxqwh.vue
@@ -4,18 +4,8 @@
-
-
-
-
-
-
-
-
+
+
@@ -90,7 +80,6 @@ import {
import { mapGetters } from 'vuex'
import XEUtils from 'xe-utils'
-import {null2str} from "@/utils/rpkj";
import { getToken } from '@/utils/auth'
import { startLoading, endLoading } from '@/utils'
import { Message } from 'element-ui'
@@ -99,13 +88,12 @@ export default {
data() {
return {
queryParam: {
- dcCh:'',
- dcPl:'',
+ db:'',
zt:'0'
},
list: [],
isupload:'02',
- filedis:true,
+ filedis:false,
uploadData:{
},
heads: { token: getToken() },
@@ -184,21 +172,8 @@ export default {
},
methods: {
uploadExcel() {
- if (this.queryParam.dcCh === '') {
- this.$message.error('请选择船号!')
- return false;
- } else {
-
- }
this.uploadData.isupload = this.isupload
},
- czbhChange(){
- if (this.queryParam.dcCh === '') {
- this.filedis=true
- }else{
- this.filedis=false
- }
- },
beforeAvatarUpload(file) {
// 文件类型
@@ -232,10 +207,7 @@ export default {
})
},
initList() {
- if (this.queryParam.dcCh === '') {
- this.$message.warning('选择船只编号')
- return
- }
+
getList(this.queryParam).then((res) => {
this.list = res.data
if (this.$refs.xGrid) {
diff --git a/src/views/jhzx/sygdWH.vue b/src/views/jhzx/sygdWH.vue
index 7552280..0a4d9e3 100644
--- a/src/views/jhzx/sygdWH.vue
+++ b/src/views/jhzx/sygdWH.vue
@@ -109,7 +109,7 @@ export default {
queryParam: {
beginTime:'2023/08/01',
endTime:'2023/10/01',
- gdZt:'0'
+ // gdZt:'0'
},
gdZtOptions:[
{
diff --git a/src/views/jhzx/symxCX.vue b/src/views/jhzx/symxCX.vue
index eb49d0c..9b4feb7 100644
--- a/src/views/jhzx/symxCX.vue
+++ b/src/views/jhzx/symxCX.vue
@@ -14,9 +14,8 @@
查询
- 保存
- 三月明细预排产
- 生成三月滚动
+ 保存
+ 提交三月滚动
@@ -27,6 +26,7 @@
+
提取明细
汇总
diff --git a/src/views/jhzx/ydjhzxXF.vue b/src/views/jhzx/ydjhzxXF.vue
index 47d92d1..30d3e20 100644
--- a/src/views/jhzx/ydjhzxXF.vue
+++ b/src/views/jhzx/ydjhzxXF.vue
@@ -4,238 +4,582 @@
-
-
-
-
-
-
-
-
-
+
+
+
-
+
查询
下发
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+ 汇总
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ * 表中红色数据取自其他船只
+ 保存
+
+
+
+
+
+
+
+
diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index a8a303e..7dfb48f 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -292,8 +292,9 @@
.el-input {
display: inline-block;
height: 47px;
- width: 90%;
-
+ width: 87%;
+ background-color: white;
+ border-radius: 5px;
input {
background: transparent;
border-bottom: 1px solid black;
@@ -303,8 +304,7 @@
-webkit-appearance: none;
border-radius: 0px;
/*padding: 12px 5px 12px 15px;*/
- //color: $light_gray;
- color: white;
+ color: $light_gray;
height: 47px;
caret-color: $cursor;
@@ -357,7 +357,6 @@
font-size: 14px;
color: #fff;
margin-bottom: 10px;
-
span {
&:first-of-type {
margin-right: 16px;
@@ -367,7 +366,8 @@
.svg-container {
padding: 6px 5px 6px 15px;
- color: $dark_gray;
+ //color: $dark_gray;
+ color: white;
vertical-align: middle;
width: 30px;
display: inline-block;
@@ -396,7 +396,7 @@
right: 10px;
top: 7px;
font-size: 16px;
- color: $dark_gray;
+ color: white;
cursor: pointer;
user-select: none;
}
diff --git a/src/views/sjzx/sbryWH.vue b/src/views/sjzx/sbryWH.vue
index 58f29a3..c7c2ac2 100644
--- a/src/views/sjzx/sbryWH.vue
+++ b/src/views/sjzx/sbryWH.vue
@@ -186,31 +186,31 @@ export default {
],
filterRender: { name: "FilterCombination" },
},
- {
- field: "rymc",
- title: "人员名称",
- align: "center",
- editRender: {
- name: "$select",
- options: [],
- props: { clearable: true }
- },
- filters: [
- {
- data: {
- checks: [],
- sVal: "",
- sMenu: "",
- fType1: "",
- fVal1: "",
- fMode: "and",
- fType2: "",
- fVal2: "",
- },
- },
- ],
- filterRender: { name: "FilterCombination" },
- },
+ // {
+ // field: "rymc",
+ // title: "人员名称",
+ // align: "center",
+ // editRender: {
+ // name: "$select",
+ // options: [],
+ // props: { clearable: true }
+ // },
+ // filters: [
+ // {
+ // data: {
+ // checks: [],
+ // sVal: "",
+ // sMenu: "",
+ // fType1: "",
+ // fVal1: "",
+ // fMode: "and",
+ // fType2: "",
+ // fVal2: "",
+ // },
+ // },
+ // ],
+ // filterRender: { name: "FilterCombination" },
+ // },
{
field: "jlr",
title: "负责人",