-
-
-
+
+
+
草稿保存
-
- 立即提交
-
+ @click.native="OptionalDocument()"
+ >选入预验收库单
+
+ 草稿保存
+
+ 立即提交
+
-
+
@@ -45,15 +54,19 @@
-
+
+ :value="item.action"
+ >
{{ item.name }}
@@ -62,29 +75,39 @@
-
+
+ :value="item.code"
+ >
{{ item.name }}
{{
- item.warehouseName
- }}
+ item.warehouseName
+ }}
-
-
-
-
+ :value="item.code"
+ >
{{ item.name }}
{{
- item.code
- }}
+ item.code
+ }}
-
-
-
+
-
-
-
+
+
+
+
+
+
+
+
-
+
-
+
@@ -180,74 +217,100 @@
type="primary"
size="mini"
@click.native.stop="addCode()"
- style=" margin-left: 15px"
- >添加
-
+ style="margin-left: 15px"
+ >添加
+
-
-
-
+
-
+
-
+
-
+ v-if="editOriginCodeVisible"
+ >
+ editType="1"
+ >
-
+
+
+
+
+
diff --git a/vue.config.js b/vue.config.js
index 5b064d38..2a85f322 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -35,7 +35,7 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
- target: `http://localhost:9991/`,
+ target: `http://192.168.0.166:9991/`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''