|
|
@@ -68,11 +68,11 @@ Page({
|
|
|
const id = e.currentTarget.dataset.id;
|
|
|
// const index = e.currentTarget.dataset.index;
|
|
|
const workContractType = e.currentTarget.dataset.workcontracttype;
|
|
|
- const otherAgreement = e.currentTarget.dataset.otherAgreement;
|
|
|
+ const otheragreement = e.currentTarget.dataset.otheragreement;
|
|
|
// const parentindex = e.currentTarget.dataset.parentindex;
|
|
|
if (this.data.userInfo.authenticationStatus === 1) {
|
|
|
this.selectComponent('.protocolConfirmationView').open({
|
|
|
- content: otherAgreement, callback: () => {
|
|
|
+ content: otheragreement, callback: () => {
|
|
|
// 电子合同确认
|
|
|
workContractType === 1 && confirmECOrdersImpl({
|
|
|
orderId: id
|