Browse Source

附件调整,联系人画像调整

qymljy 1 month ago
parent
commit
4646393084

+ 1 - 1
src/HDrpManagement/contactProfile/modules/detail.vue

@@ -509,7 +509,7 @@
                   value:
                     ($refs.quotationRef &&
                       $refs.quotationRef.list[0] &&
-                      $refs.quotationRef.list[0].submitdate) ||
+                      $refs.quotationRef.list[0].billdate) ||
                     '--',
                   bg: '#F9F2E5',
                   color: '#FF7603',

+ 2 - 2
src/components/attachment_list/index.vue

@@ -64,8 +64,8 @@
             >{{$t(`编 辑`)}}</el-button>
             <el-popconfirm :title="$t(`确定删除当前附件吗`)+'?'" :confirm-button-text="$t('确定')" :cancel-button-text="$t('取消')" @confirm="deleteAttachment(scope.row)">
               <el-button
-                :disabled="onlyread || status === '已失败' || status === '已结案' || scope.row.usetype === 'undelete' || attachmentDisabled || disabled || ($route.path == '/serveBillDetail' && status != '新建') || ($route.path == '/serveBillMagDetail' && status != '新建') || issalehr"
-                v-if="!onlyread && status !== '已失败' && status !== '已结案' && scope.row.usetype !== 'undelete' && !attachmentDisabled"
+                :disabled="onlyread || status === '已失败' || status === '已结案' ||  attachmentDisabled || disabled || ($route.path == '/serveBillDetail' && status != '新建') || ($route.path == '/serveBillMagDetail' && status != '新建') || issalehr"
+                v-if="!onlyread && status !== '已失败' && status !== '已结案'  && !attachmentDisabled"
                 slot="reference"
                 size="small"
                 type="text"