@@ -130,6 +133,7 @@
+
diff --git a/src/views/jhzxgl/yppFK.vue b/src/views/jhzxgl/yppFK.vue
new file mode 100644
index 0000000..ca2af9c
--- /dev/null
+++ b/src/views/jhzxgl/yppFK.vue
@@ -0,0 +1,22 @@
+
+
+ 待开发...
+
+
+
+
+
diff --git a/src/views/jhzxgl/yppGL.vue b/src/views/jhzxgl/yppGL.vue
new file mode 100644
index 0000000..7768238
--- /dev/null
+++ b/src/views/jhzxgl/yppGL.vue
@@ -0,0 +1,22 @@
+
+
+ 待开发...
+
+
+
+
+
diff --git a/src/views/kcwz/wzckGL.vue b/src/views/kcwz/wzckGL.vue
new file mode 100644
index 0000000..6ecab56
--- /dev/null
+++ b/src/views/kcwz/wzckGL.vue
@@ -0,0 +1,22 @@
+
+
+ 待开发...
+
+
+
+
+
diff --git a/src/views/kcwz/wzkctj.vue b/src/views/kcwz/wzkctj.vue
new file mode 100644
index 0000000..7f7eefa
--- /dev/null
+++ b/src/views/kcwz/wzkctj.vue
@@ -0,0 +1,22 @@
+
+
+ 待开发...
+
+
+
+
+
diff --git a/src/views/kcwz/wzrkGL.vue b/src/views/kcwz/wzrkGL.vue
new file mode 100644
index 0000000..ad91d19
--- /dev/null
+++ b/src/views/kcwz/wzrkGL.vue
@@ -0,0 +1,22 @@
+
+
+ 待开发...
+
+
+
+
+
diff --git a/src/views/sjfx/pssjFX.vue b/src/views/sjfx/pssjFX.vue
new file mode 100644
index 0000000..e803dc3
--- /dev/null
+++ b/src/views/sjfx/pssjFX.vue
@@ -0,0 +1,22 @@
+
+
+ 待开发...
+
+
+
+
+
diff --git a/src/views/sjfx/scgdFX.vue b/src/views/sjfx/scgdFX.vue
new file mode 100644
index 0000000..f3395e2
--- /dev/null
+++ b/src/views/sjfx/scgdFX.vue
@@ -0,0 +1,22 @@
+
+
+ 待开发...
+
+
+
+
+
diff --git a/src/views/sjfx/sygdFX.vue b/src/views/sjfx/sygdFX.vue
new file mode 100644
index 0000000..a989e66
--- /dev/null
+++ b/src/views/sjfx/sygdFX.vue
@@ -0,0 +1,22 @@
+
+
+ 待开发...
+
+
+
+
+
diff --git a/src/views/sjfx/ydjhzxFX.vue b/src/views/sjfx/ydjhzxFX.vue
new file mode 100644
index 0000000..5d93e07
--- /dev/null
+++ b/src/views/sjfx/ydjhzxFX.vue
@@ -0,0 +1,22 @@
+
+
+ 待开发...
+
+
+
+
+
diff --git a/src/views/sjzx/sbcnWH.vue b/src/views/sjzx/sbcnWH.vue
index 6ae0e0d..f274891 100644
--- a/src/views/sjzx/sbcnWH.vue
+++ b/src/views/sjzx/sbcnWH.vue
@@ -139,9 +139,10 @@ export default {
// ],
// filterRender: { name: "FilterCombination" },
// },
+
{
- field: "kw",
- title: "跨位",
+ field: "gx",
+ title: "工序",
align: "center",
minWidth: "70",
editRender: {
@@ -166,8 +167,8 @@ export default {
filterRender: { name: "FilterCombination" },
},
{
- field: "gx",
- title: "工序",
+ field: "kw",
+ title: "跨位",
align: "center",
minWidth: "70",
editRender: {
@@ -493,15 +494,7 @@ export default {
break;
case "delete":
if (this.checkedList.length > 0) {
- this.$confirm("是否确认删除选中的数据?", "提示", {
- confirmButtonText: "确定",
- cancelButtonText: "取消",
- type: "warning",
- })
- .then(() => {
- this.$refs.tableRef.removeCheckboxRow();
- })
- .catch(() => {});
+ this.$refs.tableRef.removeCheckboxRow();
} else {
this.$message.warning("请选择数据!");
}
@@ -515,25 +508,17 @@ export default {
} else {
// 新增
if (insertRecords.length !== 0) {
- this.$confirm("是否确认保存选中的数据?", "提示", {
- confirmButtonText: "确定",
- cancelButtonText: "取消",
- type: "warning",
- })
- .then(() => {
- save(insertRecords).then((res) => {
- if (res.success) {
- this.list = this.list.concat(insertRecords);
- const xTable = this.$refs.tableRef;
- xTable.loadData(this.initList());
- this.$message({
- message: "保存成功!",
- type: "success",
- });
- }
+ save(insertRecords).then((res) => {
+ if (res.success) {
+ this.list = this.list.concat(insertRecords);
+ const xTable = this.$refs.tableRef;
+ xTable.loadData(this.initList());
+ this.$message({
+ message: "保存成功!",
+ type: "success",
});
- })
- .catch(() => {});
+ }
+ });
}
// 修改
diff --git a/src/views/sjzx/sbxxWH.vue b/src/views/sjzx/sbxxWH.vue
index 939154c..3666ed5 100644
--- a/src/views/sjzx/sbxxWH.vue
+++ b/src/views/sjzx/sbxxWH.vue
@@ -14,9 +14,9 @@
- 添加
+
+
+
查询
@@ -46,12 +46,12 @@
- 删除
- 保存
+
+
+
+
+
+
diff --git a/src/views/sjzx/tzCX.vue b/src/views/sjzx/tzCX.vue
index f2726d4..5fc48b8 100644
--- a/src/views/sjzx/tzCX.vue
+++ b/src/views/sjzx/tzCX.vue
@@ -2,28 +2,58 @@
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 不显示完工船只
-
+
+ 查询
+
+
+
+
-
-
-
- 查询
-
@@ -59,9 +86,6 @@
:custom-config="{ storage: true }"
:scroll-y="{ enabled: true }"
highlight-hover-row
- :checkbox-config="{ checkMethod: CheckboxkMethod }"
- @checkbox-all="selectAllEvent"
- @checkbox-change="selectChangeEvent"
>
@@ -78,7 +102,7 @@
-
diff --git a/src/views/znpc/cgjhdh.vue b/src/views/znpc/cgjhdh.vue
new file mode 100644
index 0000000..277331b
--- /dev/null
+++ b/src/views/znpc/cgjhdh.vue
@@ -0,0 +1,22 @@
+
+
+ 待开发...
+
+
+
+
+