mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-20 16:36:45 +08:00
Merge branch 'feature/GFRS-451【0312】电投添加双录提示' into dev
This commit is contained in:
@@ -172,7 +172,7 @@ export default {
|
||||
getOrderDetail(data).then(res => {
|
||||
if (res.result == '0') {
|
||||
res.orderDTO.ebizSignDTOS.map(item => {
|
||||
if (item.documentCode == '4') {
|
||||
if (item.documentCode == '6') {
|
||||
if (item.signType == '0' || item.signType == '2') {
|
||||
console.log('000000000', item)
|
||||
that.appntSign = item
|
||||
|
||||
@@ -172,7 +172,7 @@ export default {
|
||||
getOrderDetail(data).then(res => {
|
||||
if (res.result == '0') {
|
||||
res.orderDTO.ebizSignDTOS.map(item => {
|
||||
if (item.documentCode == '4') {
|
||||
if (item.documentCode == '7') {
|
||||
if (item.signType == '0' || item.signType == '2') {
|
||||
console.log('000000000', item)
|
||||
that.appntSign = item
|
||||
|
||||
Reference in New Issue
Block a user