Browse Source

修改样式

hella_vue3
Niext 5 months ago
parent
commit
965f7e81cc
  1. 10660
      package-lock.json
  2. 4
      src/mycomponents/balance/handleBalance.vue
  3. 1
      src/mycomponents/qty/packUnit.vue
  4. 1
      src/mycomponents/recommend/recommend.vue
  5. 4
      src/pages/issue/coms/comScanIssuePack.vue
  6. 4
      src/pages/package/coms/comScanPackagePack.vue
  7. 4
      src/pages/repleinsh/coms/comScanReplishPack.vue

10660
package-lock.json

File diff suppressed because it is too large

4
src/mycomponents/balance/handleBalance.vue

@ -8,10 +8,10 @@
</view> </view>
<view style="word-break: break-all;"> <view style="word-break: break-all;">
<recommend-qty v-if="detail.record==null || detail.record==undefined" :dataContent="detail" :isShowStatus='isShowStatus' <recommend-qty v-if="detail.record==null || detail.record==undefined" :dataContent="detail" :isShowStatus='isShowStatus'
:isShowStdPack="false"></recommend-qty> :isShowStdPack="true"></recommend-qty>
<compare-qty v-else :dataContent="detail" :recommendQty="detail.qty" :handleQty="detail.record.qty" :isShowStatus='isShowStatus' <compare-qty v-else :dataContent="detail" :recommendQty="detail.qty" :handleQty="detail.record.qty" :isShowStatus='isShowStatus'
:isShowStdPack="false"> :isShowStdPack="true">
</compare-qty> </compare-qty>
</view> </view>
</view> </view>

1
src/mycomponents/qty/packUnit.vue

@ -3,6 +3,7 @@
<text> <text>
<!-- {{Number(dataContent.packQty)}}{{getUomInfo(dataContent.uom)}}/{{getPackUnitName(dataContent.packUnit)}} --> <!-- {{Number(dataContent.packQty)}}{{getUomInfo(dataContent.uom)}}/{{getPackUnitName(dataContent.packUnit)}} -->
{{getPackUnitName(dataContent.packUnit)}}({{Number(dataContent.packQty)}}{{getUomInfo(dataContent.uom)}}) {{getPackUnitName(dataContent.packUnit)}}({{Number(dataContent.packQty)}}{{getUomInfo(dataContent.uom)}})
</text> </text>
</view> </view>
</template> </template>

1
src/mycomponents/recommend/recommend.vue

@ -15,7 +15,6 @@
</view> </view>
<view style="word-break: break-all;" class="uni-flex uni-row center"> <view style="word-break: break-all;" class="uni-flex uni-row center">
<!-- ||detail.handleQty==0 可能会有扫描到0的情况--> <!-- ||detail.handleQty==0 可能会有扫描到0的情况-->
{{detail.handleQty}}
<recommend-qty v-if="detail.handleQty==null || detail.handleQty==undefined" :dataContent="detail" <recommend-qty v-if="detail.handleQty==null || detail.handleQty==undefined" :dataContent="detail"
:isShowStdPack="false" :isShowStatus="isShowStatus"></recommend-qty> :isShowStdPack="false" :isShowStatus="isShowStatus"></recommend-qty>
<compare-qty v-else :dataContent="detail" :recommendQty="Number(detail.qty)" <compare-qty v-else :dataContent="detail" :recommendQty="Number(detail.qty)"

4
src/pages/issue/coms/comScanIssuePack.vue

@ -395,7 +395,9 @@
inventoryStatus: balance.inventoryStatus, inventoryStatus: balance.inventoryStatus,
balance: balance, balance: balance,
toLocationCode: this.toLocationCode, toLocationCode: this.toLocationCode,
supplierCode: label.supplierCode supplierCode: label.supplierCode,
packUnit:packageInfo.packUnit,
packQty:packageInfo.packQty
} }
return record; return record;
}, },

4
src/pages/package/coms/comScanPackagePack.vue

@ -405,7 +405,9 @@
inventoryStatus: balance.inventoryStatus, inventoryStatus: balance.inventoryStatus,
balance: balance, balance: balance,
toLocationCode: this.toLocationCode, toLocationCode: this.toLocationCode,
supplierCode: label.supplierCode supplierCode: label.supplierCode,
packUnit:packageInfo.packUnit,
packQty:packageInfo.packQty
} }
return record; return record;
}, },

4
src/pages/repleinsh/coms/comScanReplishPack.vue

@ -386,7 +386,9 @@
inventoryStatus: "OK", inventoryStatus: "OK",
balance: null, balance: null,
toLocationCode: this.toLocationCode, toLocationCode: this.toLocationCode,
supplierCode: label.supplierCode supplierCode: label.supplierCode,
packUnit:packageInfo.packUnit,
packQty:packageInfo.packQty
} }
return record; return record;
}, },

Loading…
Cancel
Save