马远东 1 month ago
parent
commit
cb0834d267
  1. 8
      src/views/waybill/CreateZeroOrder.vue

8
src/views/waybill/CreateZeroOrder.vue

@ -2043,7 +2043,7 @@ const handleAdd = () => {
}
}
details.goodsList.push({
const _obj = {
/** 货物名称 */
goodsName: '',
/** 品类Id */
@ -2077,7 +2077,11 @@ const handleAdd = () => {
/** 运费小计 */
subtotalFreight: 0,
goodsListOptions: [],
});
};
handleAssignmentItemPrice(_obj);
details.goodsList.push(_obj);
};
/** 移除 */

Loading…
Cancel
Save