From 483232e5fccf901bfa2ab257d11f1c99dcf2c95a Mon Sep 17 00:00:00 2001
From: 1178634255 <1178634255@qq.com>
Date: Mon, 22 May 2023 11:30:32 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=20=E4=BF=AE=E5=A4=8D=E6=96=B0=E5=A2=9E?=
=?UTF-8?q?=E7=94=B3=E8=B4=AD=E5=8D=95=E6=8D=AE=EF=BC=9A=E4=BA=A7=E5=93=81?=
=?UTF-8?q?=E5=BD=95=E5=85=A5=E5=88=A0=E9=99=A4=E5=90=8E=E9=87=8D=E6=96=B0?=
=?UTF-8?q?=E5=BD=95=E5=85=A5=E4=BC=9A=E6=8A=A5=E9=94=99=EF=BC=8C=E6=8E=A5?=
=?UTF-8?q?=E7=9D=80=E5=BD=95=E5=85=A5=E5=85=B6=E4=BB=96=E4=BA=A7=E5=93=81?=
=?UTF-8?q?=EF=BC=8C=E4=BC=9A=E6=98=BE=E7=A4=BA=E8=AF=A5=E4=BA=A7=E5=93=81?=
=?UTF-8?q?=E5=92=8C=E4=B9=8B=E5=89=8D=E6=8A=A5=E9=94=99=E7=9A=84=E4=BA=A7?=
=?UTF-8?q?=E5=93=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/purchase/purApply/purApplyEditDiaolog.vue | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/src/views/purchase/purApply/purApplyEditDiaolog.vue b/src/views/purchase/purApply/purApplyEditDiaolog.vue
index 26de2e75..c07f81b0 100644
--- a/src/views/purchase/purApply/purApplyEditDiaolog.vue
+++ b/src/views/purchase/purApply/purApplyEditDiaolog.vue
@@ -418,6 +418,7 @@ export default {
}
},
deleteCodeArray(index, row) {
+ this.orderEditor=true;
this.$confirm("此操作将永久删除该数据, 是否继续?", "提示", {
confirmButtonText: "确定",
cancelButtonText: "取消",
@@ -426,16 +427,20 @@ export default {
this.$refs.multipleTable.setCurrentRow();
this.currentRow = {};
this.selectedIndex = "";
-
+ //this.$message.success(this.orderEditor);
if (this.orderEditor) {
this.detailLoading = true;
+ //this.$message.success(6666);
if (this.$isNotBlank(row.id)) {
+ //this.$message.success(66661);
delApplyDetail(row.id)
.then(response => {
+ //this.$message.success(66662);
this.detailLoading = false;
if (response.code === 20000) {
+ //this.$message.success(66663);
this.$message.success(response.data);
- // this.getStockOrderDetailList();
+ this.getStockOrderDetailList();
this.codeArray.splice(index, 1);
} else {
this.$message.error(response.message);
From 9f0e7f0fb9d56f38f3e194c09d0071a29daa6fae Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com>
Date: Mon, 22 May 2023 14:46:44 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E5=A4=9A=E6=AC=A1=E4=BD=BF=E7=94=A8?=
=?UTF-8?q?=E5=87=BA=E5=BA=93=E6=96=B0=E5=A2=9E=E5=8A=9F=E8=83=BD=E4=BB=A3?=
=?UTF-8?q?=E7=A0=81=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/basic/product/product.vue | 2 +-
src/views/basic/product/productEdit.vue | 35 +++++++++++++----------
src/views/inout/muti/ioOrderMutiAudit.vue | 2 --
3 files changed, 21 insertions(+), 18 deletions(-)
diff --git a/src/views/basic/product/product.vue b/src/views/basic/product/product.vue
index a0956e4e..d09a965b 100644
--- a/src/views/basic/product/product.vue
+++ b/src/views/basic/product/product.vue
@@ -662,7 +662,7 @@
splaceholder="请输入内容"
:disabled="useNumEnable"
type="number"
- v-model="editQuery.useNum"
+ v-model="editQuery.zdcfsycs"
>
diff --git a/src/views/basic/product/productEdit.vue b/src/views/basic/product/productEdit.vue
index 47a0bbca..9dcbaf78 100644
--- a/src/views/basic/product/productEdit.vue
+++ b/src/views/basic/product/productEdit.vue
@@ -322,52 +322,52 @@
- 最小包装可使用次数
+ 多次/重复使用耗材
-
+
+
+
+
- 最小包装可使用次数
+ 多次/重复使用耗材
- 启用使用单元
+ 最小包装可使用次数
-
-
-
-
+
- 启用使用单元
+ 最小包装可使用次数
- 多次/重复使用耗材
+ 启用使用单元
-
+
- 多次/重复使用耗材
+ 启用使用单元
@@ -859,6 +859,11 @@ export default {
});
})
},
+ setZdcfsycs(){
+ if(this.editQuery.useMuti==false){
+ this.editQuery.zdcfsycs=0;
+ }
+ },
/** 转换菜单数据结构 */
normalizer(node) {
if (node.children && !node.children.length) {
diff --git a/src/views/inout/muti/ioOrderMutiAudit.vue b/src/views/inout/muti/ioOrderMutiAudit.vue
index f6ce44a6..e5415996 100644
--- a/src/views/inout/muti/ioOrderMutiAudit.vue
+++ b/src/views/inout/muti/ioOrderMutiAudit.vue
@@ -77,8 +77,6 @@
-
-
审核