Browse Source

Merge branch 'intex' of http://dev.ccwin-in.com:3000/sfms3.0/sfms3.0-ui into intex

intex_20241211
陈薪名 2 months ago
parent
commit
7b8c18061a
  1. 3
      src/views/wms/deliversettlementManage/saleEstimate/finishedShipmentMain/index.vue
  2. 3
      src/views/wms/deliversettlementManage/saleEstimate/unfinishedShipmentMain/index.vue
  3. 1
      src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptRequestMain/unplannedreceiptRequestMain.data.ts

3
src/views/wms/deliversettlementManage/saleEstimate/finishedShipmentMain/index.vue

@ -33,6 +33,9 @@
<span>{{ row.number }}</span>
</el-button>
</template>
<template #unitPrice="{row}">
<span>{{ row.unitPrice.toFixed(5) }}</span>
</template>
<template #action="{ row }">
<ButtonBase :Butttondata="butttondata" @button-base-click="buttonTableClick($event,row)" />
</template>

3
src/views/wms/deliversettlementManage/saleEstimate/unfinishedShipmentMain/index.vue

@ -33,6 +33,9 @@
<span>{{ row.number }}</span>
</el-button>
</template>
<template #unitPrice="{row}">
<span>{{ row.unitPrice.toFixed(5) }}</span>
</template>
<template #action="{ row }">
<ButtonBase :Butttondata="butttondata" @button-base-click="buttonTableClick($event,row)" />
</template>

1
src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptRequestMain/unplannedreceiptRequestMain.data.ts

@ -1050,6 +1050,7 @@ export const UnplannedreceiptRequestDetail = useCrudSchemas(reactive<CrudSchema[
value: 'in',
isMainValue: false
}],
isRepeat: true,
verificationParams: [{
key: 'code',
action: '==',

Loading…
Cancel
Save