Browse Source

Merge branch 'dev' of http://47.108.105.48:3000/java_project/logpm_page into dev

pre-production
马远东 1 year ago
parent
commit
035db6149d
  1. 11
      src/views/distribution/deliverylist/distributionDeliveryListedt.vue

11
src/views/distribution/deliverylist/distributionDeliveryListedt.vue

@ -629,6 +629,7 @@
</el-dialog>
</div>
<div class="imgName">
<span>签收照</span>
<el-upload
@ -1274,6 +1275,16 @@ export default {
fixed: false,
sortable: true,
},
{
prop: 'signingNumber',
label: '签收数量',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'orderStatusName',
label: '订单状态',

Loading…
Cancel
Save