diff --git a/src/views/basic/locUdi/DialogEditCodeLost.vue b/src/views/basic/locUdi/DialogEditCodeLost.vue
index 310d35c..73c1ee0 100644
--- a/src/views/basic/locUdi/DialogEditCodeLost.vue
+++ b/src/views/basic/locUdi/DialogEditCodeLost.vue
@@ -93,11 +93,8 @@ export default {
methods: {
saveCode() {
- debugger
updateCodeLost(this.editQuery)
.then((response) => {
- console.log(response)
- debugger
if (response.code === 20000) {
this.$message.success("提交成功");
this.closeCodeDialog()
diff --git a/src/views/purchase/company/supCompanyAduditDialog.vue b/src/views/purchase/company/supCompanyAduditDialog.vue
index beb66eb..dec4e1c 100644
--- a/src/views/purchase/company/supCompanyAduditDialog.vue
+++ b/src/views/purchase/company/supCompanyAduditDialog.vue
@@ -777,7 +777,6 @@ export default {
});
},
confirm() {
- debugger
if (this.confirmStatus == null) {
this.$message.error("请选择确认状态");
return;
diff --git a/src/views/purchase/product/supProductEditDialog.vue b/src/views/purchase/product/supProductEditDialog.vue
index 1f20b0e..42dc0c3 100644
--- a/src/views/purchase/product/supProductEditDialog.vue
+++ b/src/views/purchase/product/supProductEditDialog.vue
@@ -185,7 +185,6 @@
-
@@ -194,18 +193,16 @@
-
-
+
-
@@ -214,7 +211,6 @@
-
diff --git a/src/views/purchase/purOrder/purOrderDetailDialog.vue b/src/views/purchase/purOrder/purOrderDetailDialog.vue
index ba7a9b6..5c548f2 100644
--- a/src/views/purchase/purOrder/purOrderDetailDialog.vue
+++ b/src/views/purchase/purOrder/purOrderDetailDialog.vue
@@ -35,12 +35,14 @@
+ :disabled="true" clearable
+ >
+ :value="item.code"
+ >
{{ item.name }}
@@ -67,40 +69,27 @@
-
+
-
-
-
-
-
-
-
+
-
-
-
- {{ item.name }}
-
-
+
+ 是否生成采购入库单
-
+
+ :value="item.action"
+ >
{{ item.name }}
@@ -113,7 +102,8 @@
+ highlight-current-row max-height="300" height="300" ref="multipleTable"
+ >
@@ -121,16 +111,18 @@
+ oninput="value=value.replace(/[^\d]/g,'')"
+ >
+ width="160"
+ >
@@ -143,7 +135,7 @@
:close-on-press-escape="false"
width="80%"
v-if="selectProductVisible"
- :append-to-body='true'
+ :append-to-body="true"
>