Browse Source

修改库存

intex_online20250327
lijuncheng 2 weeks ago
parent
commit
9ba00fa861
  1. 2
      src/mycomponents/qty/countQtyEdit.vue
  2. 2
      src/pages/count/job/countLightDetail.vue
  3. 2
      src/pages/count/job/countRecord.vue

2
src/mycomponents/qty/countQtyEdit.vue

@ -60,7 +60,7 @@
style="align-items: center; padding-left: 30rpx;">
<text>库存状态 : </text>
<view class="uni-flex uni-row uni-center" style="align-items: center;">
<balanceStatus ref="balanceStatus" :status="inventoryStatus" :allowEdit='true'
<balanceStatus ref="balanceStatus" :status="inventoryStatus" :allowEdit='false'
@updateStatus="updateStatus" @onOpen="clickState">
</balanceStatus>
</view>

2
src/pages/count/job/countLightDetail.vue

@ -53,7 +53,7 @@
</win-scan-pack-and-location>
<detail-info-popup ref="detailInfoPopup"></detail-info-popup>
<count-qty-edit ref="countQtyEdit" @confirm="editConfirm" @close="editClose" :isShowStatus="true"
:allowEditStatus="true" :isShowBalance="true">
:allowEditStatus="false" :isShowBalance="true">
</count-qty-edit>
<comwinHint ref="comHint"></comwinHint>
<comMessage ref="comMessage"></comMessage>

2
src/pages/count/job/countRecord.vue

@ -6,7 +6,7 @@
<view class="detail-list">
<comCountRecordCard :dataContent="dataContent" :recordList="dataList" @removeData="removeData"
:isShowStatus="true" @updateData="updateData" @removePack='removePack' :allowEditQty="true"
:allowEditStatus="true">
:allowEditStatus="false">
</comCountRecordCard>
</view>
</scroll-view>

Loading…
Cancel
Save