修改合同页面

dev
suixy 2 months ago
parent 81e0356656
commit a2a532bd71

@ -96,6 +96,27 @@ const createContractTable = () => {
]
}
]
},
{
type: 'tableRow',
content: [
{
type: 'tableCell',
attrs: { colspan: 7 },
content: [
{
type: 'paragraph',
attrs: { textAlign: 'left' },
content: [{ type: 'text', text: '备注:\t1、以上含13%增值税,开具增值税专用发票' }]
},
{
type: 'paragraph',
attrs: { textAlign: 'left' },
content: [{ type: 'text', text: '\t\t2、价格含包装运输费质保期一年。' }]
}
]
}
]
}
]
};
@ -122,15 +143,115 @@ const options = ref({
{
type: 'text',
attrs: { textAlign: 'left' },
text: `甲方:${docData['甲方']}\t\t乙方青岛海威物联科技有限公司`
text: `\t甲方:${docData['甲方']}\t\t乙方青岛海威物联科技有限公司`
}
]
},
{
type: 'paragraph',
content: [{ type: 'text', text: '1.产品名称、规格、供货范围和价款 币种:人民币 单位:元' }]
content: [{ type: 'text', text: '\t1.产品名称、规格、供货范围和价款 币种:人民币 单位:元' }]
},
createContractTable()
createContractTable(),
{
type: 'paragraph',
content: [{ type: 'text', text: '\t2.产品包装' }]
},
{
type: 'paragraph',
content: [{ type: 'text', text: '\t\t2.1所供产品由乙方妥善包装。' }]
},
{
type: 'paragraph',
content: [{ type: 'text', text: '\t3.产品交付' }]
},
{
type: 'paragraph',
content: [{ type: 'text', text: '\t\t3.1交付期合同签订收到预付款后1周内发货。' }]
},
{
type: 'paragraph',
content: [{ type: 'text', text: '\t\t3.2乙方送货至甲方指定场所,运费由乙方承担。' }]
},
{
type: 'paragraph',
content: [{ type: 'text', text: '\t4.验收及质保:货物签收即为验收确认无问题;且自设备验收之日起提供一年质保。' }]
},
{
type: 'paragraph',
content: [{ type: 'text', text: '\t5.付款方式:\t电汇合同签订后7日内支付全额货款。' }]
},
{
type: 'paragraph',
content: [{ type: 'text', text: '\t\t\t\t开户银行交通银行青岛崂山支行' }]
},
{
type: 'paragraph',
content: [{ type: 'text', text: '\t\t\t\t银行账户38200557001801018025' }]
},
{
type: 'paragraph',
content: [{ type: 'text', text: '\t6.知识产权' }]
},
{
type: 'paragraph',
content: [
{
type: 'text',
text: '\t\t与合同产品有关的所有技术资料的知识产权属于乙方所有甲方应当严格保守乙方的技术秘密未经许可不得泄露给第三方。否则甲方应当赔偿由此给乙方造成的一切经济损失。'
}
]
},
{
type: 'paragraph',
content: [{ type: 'text', text: '\t7.不可抗力' }]
},
{
type: 'paragraph',
content: [
{
type: 'text',
text: '\t\t由于战争、严重的大火、水灾、暴风雪、瘟疫和地震等人力不可抗拒事件致使乙方交货延迟或不能交货时责任不在乙方。但乙方应立即将事故证明书以最快的方式交给甲方。在上述情况下乙方仍有采取一切必要措施从速交货的责任。'
}
]
},
{
type: 'paragraph',
content: [{ type: 'text', text: '\t8.争议解决方式' }]
},
{
type: 'paragraph',
content: [
{
type: 'text',
text: '\t\t在本合同执行过程中如发生争议双方友好协商解决。协商不成双方同意由原告所在地人民法院审理。'
}
]
},
{
type: 'paragraph',
content: [{ type: 'text', text: '\t9.其它' }]
},
{
type: 'paragraph',
content: [
{
type: 'text',
text: '\t\t合同自双方盖章起生效。本合同一式二份双方各执一份合同扫描件、复印件、传真件与原件具有同等法律效力。'
}
]
},
{
type: 'paragraph',
content: [{ type: 'text', text: `\t甲方${docData['甲方']}\t\t\t乙方青岛海威物联科技有限公司` }]
},
{
type: 'paragraph',
content: [{ type: 'text', text: `\t授权代表\t\t\t\t\t\t授权代表` }]
},
{
type: 'paragraph',
content: [{ type: 'text', text: `\t日期\t\t\t\t\t\t\t日期` }]
}
]
},
placeholder: {

Loading…
Cancel
Save