Commit b9e91381 authored by 黄奎's avatar 黄奎

页面修改

parent 0285b7ae
...@@ -1063,16 +1063,16 @@ ...@@ -1063,16 +1063,16 @@
} }
}) })
} }
if (obj.OrderType == 1 && ContractNo == '') { // if (obj.OrderType == 1 && ContractNo == '') {
this.$q.notify({ // this.$q.notify({
icon: 'close', // icon: 'close',
color: 'accent', // color: 'accent',
timeout: 2000, // timeout: 2000,
message: '请完善合同信息', // message: '请完善合同信息',
position: 'top' // position: 'top'
}) // })
return // return
} // }
//留学就业订单 //留学就业订单
if (obj && obj.OrderType == 2) { if (obj && obj.OrderType == 2) {
//财务单据类型【教育留学】 //财务单据类型【教育留学】
......
...@@ -92,11 +92,11 @@ ...@@ -92,11 +92,11 @@
<q-item-label>提交审核</q-item-label> <q-item-label>提交审核</q-item-label>
</q-item-section> </q-item-section>
</q-item> </q-item>
<q-item clickable v-close-popup @click="copyContract(props.row)"> <!-- <q-item clickable v-close-popup @click="copyContract(props.row)">
<q-item-section> <q-item-section>
<q-item-label>复制合同</q-item-label> <q-item-label>复制合同</q-item-label>
</q-item-section> </q-item-section>
</q-item> </q-item> -->
<q-item clickable v-close-popup v-if="props.row.Status==2" @click="downloadContract(props.row)"> <q-item clickable v-close-popup v-if="props.row.Status==2" @click="downloadContract(props.row)">
<q-item-section> <q-item-section>
<q-item-label>下载</q-item-label> <q-item-label>下载</q-item-label>
......
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