diff --git a/pages.json b/pages.json index 7e5c536..cd0bf6c 100644 --- a/pages.json +++ b/pages.json @@ -150,6 +150,13 @@ }, { "path" : "pages/Warehouse/warehome" + }, + { + "path" : "pages/procurement/authorization", + "style" : + { + "navigationBarTitleText" : "" + } } ], "globalStyle": { diff --git a/pages/procurement/common/thitem.vue b/pages/procurement/common/thitem.vue index fea858d..85ad4c6 100644 --- a/pages/procurement/common/thitem.vue +++ b/pages/procurement/common/thitem.vue @@ -28,7 +28,7 @@ - {{v.qlNum?v.qlNum:'--'}} + {{v.thNum?v.thNum:'--'}} 退货数量 @@ -364,8 +364,8 @@ .itembox{ width: 100%; - height: calc(100vh - 22vw); - padding:1vw 2vw 0 0; + height: calc(100vh - 23vw); + padding:1vw 0.5vw 1vw; background: #fff; .box{ width: 100%; @@ -376,7 +376,7 @@ width: 30.4vw; height: 13vw; margin-bottom: 0.9vw; - margin-left: 1.7vw; + margin-left: 0.5vw; .carditem{ width: 30.4vw; height: 13vw; diff --git a/pages/procurement/retstock.vue b/pages/procurement/retstock.vue index 08b1c37..d9e9717 100644 --- a/pages/procurement/retstock.vue +++ b/pages/procurement/retstock.vue @@ -3,7 +3,7 @@ - + @@ -85,7 +85,7 @@ - + {{carnum>99?'99+':carnum}} diff --git a/unpackage/dist/dev/.nvue/pages/camera.js b/unpackage/dist/dev/.nvue/pages/camera.js index 12310ff..04100f2 100644 --- a/unpackage/dist/dev/.nvue/pages/camera.js +++ b/unpackage/dist/dev/.nvue/pages/camera.js @@ -574,7 +574,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { ) ]); } -const camera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/hldy_app_mini/pages/camera.nvue"]]); +const camera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/项目/hldy_app_mini/pages/camera.nvue"]]); export { camera as default }; diff --git a/unpackage/dist/dev/.nvue/pages/fullcamera.js b/unpackage/dist/dev/.nvue/pages/fullcamera.js index dd59bdc..c959abe 100644 --- a/unpackage/dist/dev/.nvue/pages/fullcamera.js +++ b/unpackage/dist/dev/.nvue/pages/fullcamera.js @@ -577,7 +577,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { ) ]); } -const fullcamera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/hldy_app_mini/pages/fullcamera.nvue"]]); +const fullcamera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/项目/hldy_app_mini/pages/fullcamera.nvue"]]); export { fullcamera as default };