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 @@
-
-
审核
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);