Ver código fonte

基础信息、编辑显示产品类别

chenrui 4 meses atrás
pai
commit
c17323fe5d

+ 1 - 1
src/views/purchasingManagement/purchaseReturnApplyForm/addModal.vue

@@ -97,7 +97,7 @@ export default {
     },
     //  保存
     handleSubmit (e) {
-      // e.preventDefault()
+      e.preventDefault()
       const _this = this
       _this.$refs.ruleForm.validate(valid => {
         if (valid) {

+ 1 - 0
src/views/purchasingManagement/purchaseReturnApplyForm/detail.vue

@@ -23,6 +23,7 @@
               <a-descriptions-item label="供应商">{{ basicInfoData&&basicInfoData.returnTargetName || '--' }}</a-descriptions-item>
               <a-descriptions-item label="业务状态">{{ basicInfoData&&basicInfoData.billStatusDictValue || '--' }}</a-descriptions-item>
               <a-descriptions-item label="退货类别">{{ basicInfoData&&basicInfoData.goodFlagDictValue || '--' }}</a-descriptions-item>
+              <a-descriptions-item label="产品类别">{{ basicInfoData&&basicInfoData.returnProductTypeDictValue || '--' }}</a-descriptions-item>
               <a-descriptions-item label="创建时间">{{ basicInfoData&&basicInfoData.createDate || '--' }}</a-descriptions-item>
               <a-descriptions-item label="客服审核时间">{{ basicInfoData&&basicInfoData.auditTime || '--' }}</a-descriptions-item>
             </a-descriptions>

+ 1 - 0
src/views/purchasingManagement/purchaseReturnApplyForm/edit.vue

@@ -8,6 +8,7 @@
           <span class="billno" style="margin: 0 10px;color: #666;">单号:{{ detailData&&detailData.purchaseReturnApplyNo }}</span>
           <span style="margin: 0 10px;color: #666;">供应商名称:箭冠营销中心</span>
           <span style="margin: 0 10px;color: #666;">退货类别:{{ detailData&&detailData.goodFlagDictValue||'--' }}</span>
+          <span style="margin: 0 10px;color: #666;">产品类别:{{ detailData&&detailData.returnProductTypeDictValue||'--' }}</span>
         </template>
         <!-- 操作区,位于 title 行的行尾 -->
         <template slot="extra" v-if="$hasPermissions('B_purchaseReturnApplyPrint')">