diff --git a/src/api/sjzx/bzzGL.js b/src/api/sjzx/bzzGL.js
index 792ae04..59d5776 100644
--- a/src/api/sjzx/bzzGL.js
+++ b/src/api/sjzx/bzzGL.js
@@ -39,3 +39,31 @@ export function getBzryList(data) {
data,
});
}
+export function getBzryUpdate(data) {
+ return request({
+ url: "/dmBzry/getBzryUpdate",
+ method: "post",
+ data,
+ });
+}
+export function getBzryDel(data) {
+ return request({
+ url: "/dmBzry/getBzryDel",
+ method: "post",
+ data,
+ });
+}
+export function getBzryInsert(data) {
+ return request({
+ url: "/dmBzry/getBzryInsert",
+ method: "post",
+ data,
+ });
+}
+export function getryBase(data) {
+ return request({
+ url: "/dmBzry/getryBase",
+ method: "post",
+ data,
+ });
+}
diff --git a/src/views/jhzxgl/dhqdD.vue b/src/views/jhzxgl/dhqdD.vue
index a727233..54a8079 100644
--- a/src/views/jhzxgl/dhqdD.vue
+++ b/src/views/jhzxgl/dhqdD.vue
@@ -403,10 +403,10 @@ export default {
},
initList() {
- if (this.queryParam.dcch === '') {
- this.$message.warning('选择船只编号')
- return
- }
+ // if (this.queryParam.dcch === '') {
+ // this.$message.warning('选择船只编号')
+ // return
+ // }
getDhPgd(this.queryParam).then((res) => {
this.list = res.data
if (this.$refs.xGrid) {
diff --git a/src/views/jhzxgl/pwjhD.vue b/src/views/jhzxgl/pwjhD.vue
index faa2327..423a997 100644
--- a/src/views/jhzxgl/pwjhD.vue
+++ b/src/views/jhzxgl/pwjhD.vue
@@ -91,20 +91,31 @@
班组:
-
+ 作业区:
+
+
+
+
+
+
@@ -190,6 +201,8 @@ export default {
zt:'21',
qgkw:''
},
+ zyqs:[],
+ zyrys:[],
statusOptions: [
{
value: "21",
@@ -389,7 +402,13 @@ export default {
bzClick(){
console.log(this.dictData.gxry)
console.log(this.inParam.scdw)
- this.dictData.gxry= this.dictData.gxry.filter(fst=>fst.szcs===this.inParam.scdw)
+ this.dictData.zyqs= this.zyqs.filter(fst=>fst.resourcesCode===this.inParam.scdw)
+ console.log(this.dictData.zyqs)
+ },
+ bzClick1(){
+ console.log(this.dictData.zyrys)
+ console.log(this.zyrys)
+ this.dictData.zyrys= this.zyrys.filter(fst=>fst.resourcesCode+fst.zyq===this.inParam.scdw+this.inParam.zyq)
console.log(this.dictData.gxry)
},
updates2(){
@@ -443,6 +462,8 @@ export default {
initBase(){
getPgdBase({}).then(res=>{
console.log(res.data)
+ this.zyqs=res.data.zyqs
+ this.zyrys=res.data.zyrys
this.dictData = res.data
this.projectData=res.data.cbbm
this.projectData1=res.data.cbbm
diff --git a/src/views/jhzxgl/sljhD.vue b/src/views/jhzxgl/sljhD.vue
index af1ab3d..0f04065 100644
--- a/src/views/jhzxgl/sljhD.vue
+++ b/src/views/jhzxgl/sljhD.vue
@@ -231,7 +231,7 @@
-
+
批量
核对
diff --git a/src/views/jhzxgl/tzjhD.vue b/src/views/jhzxgl/tzjhD.vue
index 889a020..1e98363 100644
--- a/src/views/jhzxgl/tzjhD.vue
+++ b/src/views/jhzxgl/tzjhD.vue
@@ -399,10 +399,10 @@ export default {
},
initList() {
- if (this.queryParam.dcch === '') {
- this.$message.warning('选择船只编号')
- return
- }
+ // if (this.queryParam.dcch === '') {
+ // this.$message.warning('选择船只编号')
+ // return
+ // }
getTzjhPgd(this.queryParam).then((res) => {
this.list = res.data
if (this.$refs.xGrid) {
diff --git a/src/views/sjzx/bomwh.vue b/src/views/sjzx/bomwh.vue
index f5522f4..a80d153 100644
--- a/src/views/sjzx/bomwh.vue
+++ b/src/views/sjzx/bomwh.vue
@@ -659,6 +659,8 @@ export default {
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
filterRender: { name: 'FilterCombination', },
},
+
+
{ field: 'bclq.dcChZ', title: '船号', width: 100,
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
filterRender: { name: 'FilterCombination', },
@@ -809,7 +811,10 @@ export default {
filterRender: { name: 'FilterCombination', },
},
-
+ { field: 'tjb.hxfl', title: '类型', width: 100,
+ filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
+ filterRender: { name: 'FilterCombination', },
+ },
{ field: 'tjb.dcZl', title: '组立', width: 100,formatter: ['dictFormat','ZLLB'],
diff --git a/src/views/sjzx/bzzzgl.vue b/src/views/sjzx/bzzzgl.vue
index 414b5c1..35dcdab 100644
--- a/src/views/sjzx/bzzzgl.vue
+++ b/src/views/sjzx/bzzzgl.vue
@@ -1,448 +1,445 @@
-
-
-
- 班组名称:
-
- 班组分类:
-
-
-
- 班组状态:
-
-
-
-
-
- 查询
- 新增
- 修改
- 删除
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ getKwName(scope.row.kw) }}
-
-
-
-
-
- bzPersonAdd(event,row)" type="text" style="text-align: center;color: blue">编辑
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+
+
-
- 班组编码:
-
-
-
- 班组名称:
-
-
-
- 是否资源:
-
-
-
- 所属工厂:
-
-
-
- 所属车间:
-
-
-
- 所属跨位:
-
+
+
+ >
+
-
-
- 所属产线:
-
-
-
- 组织类型:
-
-
-
- 外部对照码:
-
-
-
- 班组分类:
-
-
-
- 状态:
-
-
-
- 添加
-
- 修改
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 所属班组:
-
-
-
-
- 人员编码:
-
-
-
- 人员姓名:
-
+
+ 批量
+
+
+
+
+ 保存
+ 添加
+ 删除
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+