diff --git a/pages/Warehouse/picking.vue b/pages/Warehouse/picking.vue index a006720..2ff094c 100644 --- a/pages/Warehouse/picking.vue +++ b/pages/Warehouse/picking.vue @@ -2645,7 +2645,7 @@ } .tags-one { - width: 130rpx; + min-width: 130rpx; height: 60rpx; display: flex; justify-content: center; @@ -2656,6 +2656,7 @@ margin-top: 10rpx; font-size: 23rpx; color: #555555; + padding: 0 0.5vw; } } diff --git a/pages/procurement/components/carlist.vue b/pages/procurement/components/carlist.vue index e85e9c9..bc17d21 100644 --- a/pages/procurement/components/carlist.vue +++ b/pages/procurement/components/carlist.vue @@ -29,7 +29,9 @@ 规格型号: {{v.wlSpecificationModel}} - 采购单价: ¥{{Number(v.referenceUnitPrice).toFixed(2) }} + 采购单价: ¥{{Number(v.unitPrice).toFixed(2) }} + 采购单价: ¥{{Number(v.twoUnitPrice).toFixed(2) }} + 采购单价: ¥{{Number(v.oneUnitPrice).toFixed(2) }} 采购单位: {{v.wlUnits}} diff --git a/pages/procurement/components/classification.vue b/pages/procurement/components/classification.vue index f4fa0fb..ac0b37b 100644 --- a/pages/procurement/components/classification.vue +++ b/pages/procurement/components/classification.vue @@ -56,7 +56,7 @@ - 重置 + 重置 确定 ({{num>99?'99+':num}}件物料) diff --git a/pages/procurement/materialcar.vue b/pages/procurement/materialcar.vue index 7d34a41..fbe1037 100644 --- a/pages/procurement/materialcar.vue +++ b/pages/procurement/materialcar.vue @@ -81,9 +81,6 @@ const status = ref('loading') const open = ref(0) onShow(()=>{ - nextTick(()=>{ - chongzhi(); - }) queryInvo() }) const classication = ref>() @@ -106,6 +103,7 @@ item.zk = false; item.scrollleft = 0; }) + console.log(res.result.records) InvoicingList.value.push(...res.result.records); status.value = res.result.total == InvoicingList.value.length ? 'nomore' : 'loadmore'; setout.value = (res.result.total == InvoicingList.value.length ? false : true) 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 };