Commit e71dcb4a authored by huyufeng's avatar huyufeng

制作提单bug

parent 8dc690fd
...@@ -178,7 +178,8 @@ export default { ...@@ -178,7 +178,8 @@ export default {
const { bookSeaInfo } = this.shipmentObj; const { bookSeaInfo } = this.shipmentObj;
makeBillService({ makeBillService({
orderId: row.orderId, orderId: row.orderId,
zgDate: bookSeaInfo.sailTime, zgDate: '2022-09-27',
// zgDate: bookSeaInfo.sailTime,
}).then((res) => { }).then((res) => {
const { data } = res; const { data } = res;
const { titleZh = "", contentZh = "" } = data?.ladingTemplate ?? {}; const { titleZh = "", contentZh = "" } = data?.ladingTemplate ?? {};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment