Browse Source

修复签收图片上传

fix_bug_pro20231227
pref_mail@163.com 10 months ago
parent
commit
44eb52ef0f
  1. 2
      src/views/distribution/deliverylist/distributionDeliveryListedt.vue

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

@ -3306,7 +3306,7 @@ export default {
// //
// //
row.reservationId = this.CheckStore.reservationId; row.reservationId = this.reservationId;
// row.clerkSignPictures = this.signform.clerkSignPictures; // row.clerkSignPictures = this.signform.clerkSignPictures;
row.clerkSignRemarks = this.TcForm.clerkSignRemarks; // row.clerkSignRemarks = this.TcForm.clerkSignRemarks; //
row.deliveryId = this.deliveryId; row.deliveryId = this.deliveryId;

Loading…
Cancel
Save