Bladeren bron

凭证文件改名为比价凭证,凭证类型默认为图片类型

xiaodai2022 1 jaar geleden
bovenliggende
commit
685815d5f6
28 gewijzigde bestanden met toevoegingen van 58 en 58 verwijderingen
  1. 1 1
      src/components/show-voucher-model/columns.js
  2. 1 1
      src/components/show-voucher-model/main.vue
  3. 1 1
      src/views/bbc/bbcOnline/ShowDataTableColumns.js
  4. 3 3
      src/views/bbc/bbcOnline/components/fixed-price-form-c.vue
  5. 4 4
      src/views/bbc/bbcOnline/components/fixed-price-form.vue
  6. 5 5
      src/views/bbc/bbcOnline/components/online-form.vue
  7. 1 1
      src/views/bbc/bbcOnline/detail.vue
  8. 1 1
      src/views/dataCorrection/customerCorrection/components/_columns.js
  9. 1 1
      src/views/dataCorrection/customerCorrection/components/correctionForm.vue
  10. 1 1
      src/views/dataCorrection/managerCorrection/components/_columns.js
  11. 4 4
      src/views/goodStore/goodsCost/components/copy-baseForm.vue
  12. 1 1
      src/views/goodStore/goodsOnline/ShowDataTableColumns.js
  13. 4 4
      src/views/goodStore/goodsOnline/components/fixed-price-form-c.vue
  14. 5 5
      src/views/goodStore/goodsOnline/components/fixed-price-form.vue
  15. 5 5
      src/views/goodStore/goodsOnline/components/online-form.vue
  16. 1 1
      src/views/goodStore/goodsOnline/detail.vue
  17. 1 1
      src/views/sellOut/businessFiling/components/ShowDataTableColumns.js
  18. 1 1
      src/views/sellOut/filing/cpns/baseForm.vue
  19. 1 1
      src/views/sellOut/salesOrder/components/ShowDataTableColumns.js
  20. 5 5
      src/views/sellOut/salesOrder/components/addForm.vue
  21. 1 1
      src/views/sellOut/salesOrder/detail.vue
  22. 1 1
      src/views/sellOut/stockApply/components/ShowDataTableColumns.js
  23. 4 4
      src/views/sellOut/zixunOrder/components/buyGoodModal.vue
  24. 1 1
      src/views/standingBook/components/detail10/columns.js
  25. 1 1
      src/views/standingBook/components/detail10/main.vue
  26. 1 1
      src/views/supplierSellOut/supplierFiling/cpns/baseForm.vue
  27. 1 1
      src/views/youzan/othOrder/columns.js
  28. 1 1
      src/views/youzan/othOrder/detail.vue

+ 1 - 1
src/components/show-voucher-model/columns.js

@@ -12,7 +12,7 @@ export default [
   },
   {
     prop: "proof_url",
-    label: "凭证文件",
+    label: "比价凭证",
     _slot_: "proof_url",
   },
   {

+ 1 - 1
src/components/show-voucher-model/main.vue

@@ -101,7 +101,7 @@
               alt=""
             />
           </div>
-          <a v-else :href="scope.row.proof_url" download="凭证文件">点击下载</a>
+          <a v-else :href="scope.row.proof_url" download="比价凭证">点击下载</a>
         </template>
       </ex-table>
     </el-card>

+ 1 - 1
src/views/bbc/bbcOnline/ShowDataTableColumns.js

@@ -153,7 +153,7 @@ const public_listCol = [
   },
   {
     prop: 'proof_id',
-    label: '凭证文件',
+    label: '比价凭证',
     _slot_: 'proof_id',
     span: 6
   },

+ 3 - 3
src/views/bbc/bbcOnline/components/fixed-price-form-c.vue

@@ -327,7 +327,7 @@
               >查看历史凭证</el-button
             >
           </el-form-item>
-          <el-form-item label="凭证文件" prop="proof_url">
+          <el-form-item label="比价凭证" prop="proof_url">
             <ul class="shangchuan-ul">
               <li v-if="ruleForm.proof_type === '1'" class="shiping">
                 <div v-if="video_url" class="clearfix">
@@ -409,7 +409,7 @@
               </li>
               <li v-if="ruleForm.proof_type === '3'" class="qita">
                 <div v-if="other_url" class="clearfix">
-                  <a :href="other_url" download="凭证文件">点击下载</a>
+                  <a :href="other_url" download="比价凭证">点击下载</a>
 
                   <el-link
                     :underline="false"
@@ -624,7 +624,7 @@ export default {
         // proof_url: [
         //   {
         //     required: true,
-        //     message: "请上传凭证文件",
+        //     message: "请上传比价凭证",
         //     trigger: "blur,change",
         //   },
         // ],

+ 4 - 4
src/views/bbc/bbcOnline/components/fixed-price-form.vue

@@ -298,7 +298,7 @@
             </el-radio-group>
             <el-button class="fr" type="primary" @click="showVoucher = true">查看历史凭证</el-button>
           </el-form-item>
-          <el-form-item label="凭证文件" prop="proof_url">
+          <el-form-item label="比价凭证" prop="proof_url">
             <ul class="shangchuan-ul">
               <li v-if="ruleForm.proof_type === '1'" class="shiping">
                 <div v-if="video_url" class="clearfix">
@@ -373,7 +373,7 @@
               </li>
               <li v-if="ruleForm.proof_type === '3'" class="qita">
                 <div v-if="other_url" class="clearfix">
-                  <a :href="other_url" download="凭证文件">点击下载</a>
+                  <a :href="other_url" download="比价凭证">点击下载</a>
 
                   <el-link
                     :underline="false"
@@ -578,7 +578,7 @@ export default {
         proof_url: [
           {
             required: true,
-            message: "请上传凭证文件",
+            message: "请上传比价凭证",
             trigger: "blur,change"
           }
         ],
@@ -880,7 +880,7 @@ export default {
             state: "1", // 通过or驳回
             remark: "",
             numStatus: "",
-            proof_type: proof && proof.proof_type ? proof.proof_type : "1", // 通过or驳回
+            proof_type: proof && proof.proof_type ? proof.proof_type : "2", // 通过or驳回
             proof_url: proof && proof.proof_url ? proof.proof_url : "" //驳回至
           };
           

+ 5 - 5
src/views/bbc/bbcOnline/components/online-form.vue

@@ -44,7 +44,7 @@
               }}</el-radio>
             </el-radio-group>
           </el-form-item>
-          <el-form-item label="凭证文件" prop="proof_url">
+          <el-form-item label="比价凭证" prop="proof_url">
             <ul class="shangchuan-ul">
               <li v-if="ruleForm.proof_type + '' === '1'" class="shiping">
                 <div v-if="video_url" class="clearfix">
@@ -140,7 +140,7 @@
               </li>
               <li v-if="ruleForm.proof_type + '' === '3'" class="qita">
                 <div v-if="other_url" class="clearfix">
-                  <a :href="other_url" download="凭证文件">点击下载</a>
+                  <a :href="other_url" download="比价凭证">点击下载</a>
 
                   <el-button
                     type="text"
@@ -636,7 +636,7 @@ export default {
         numStatus: "",
         plat_code: "",
         state: "1", //通过or驳回
-        proof_type: "1", //
+        proof_type: "2", //
         proof_url: "", //驳回至
         remark: "",
       },
@@ -652,7 +652,7 @@ export default {
         proof_url: [
           {
             required: true,
-            message: "请上传凭证文件",
+            message: "请上传比价凭证",
             trigger: "blur,change",
           },
         ],
@@ -910,7 +910,7 @@ export default {
             state: "1", // 通过or驳回
             remark: "",
             numStatus: "",
-            proof_type: proof && proof.proof_type ? proof.proof_type : "1", // 通过or驳回
+            proof_type: proof && proof.proof_type ? proof.proof_type : "2", // 通过or驳回
             proof_url: proof && proof.proof_url ? proof.proof_url : "", //驳回至
           };
           this.good_ladder =

+ 1 - 1
src/views/bbc/bbcOnline/detail.vue

@@ -40,7 +40,7 @@
                   <a
                     v-else-if="sitem.proof.proof_type + '' === '3'"
                     :href="sitem.proof.proof_url"
-                    download="凭证文件"
+                    download="比价凭证"
                   >点击下载</a>
                   <span v-else>暂无凭证</span>
                 </template>

+ 1 - 1
src/views/dataCorrection/customerCorrection/components/_columns.js

@@ -228,7 +228,7 @@ const ShowDataTableColumns=[
   },
   {
     prop: 'proof_id',
-    label: '凭证文件',
+    label: '比价凭证',
     _slot_: 'proof_id',
     span: 6
   },

+ 1 - 1
src/views/dataCorrection/customerCorrection/components/correctionForm.vue

@@ -164,7 +164,7 @@
                     <a
                       v-else-if="sitem.proof_type + '' === '3'"
                       :href="sitem.proof_url"
-                      download="凭证文件"
+                      download="比价凭证"
                     >点击下载</a>
                     <span v-else>暂无凭证</span>
                   </template>

+ 1 - 1
src/views/dataCorrection/managerCorrection/components/_columns.js

@@ -226,7 +226,7 @@ const ShowDataTableColumns = [
   },
   {
     prop: 'proof_id',
-    label: '凭证文件',
+    label: '比价凭证',
     _slot_: 'proof_id',
     span: 6
   },

+ 4 - 4
src/views/goodStore/goodsCost/components/copy-baseForm.vue

@@ -439,7 +439,7 @@
               >查看历史凭证</el-button
             > -->
           </el-form-item>
-          <el-form-item label="凭证文件" prop="proof_url">
+          <el-form-item label="比价凭证" prop="proof_url">
             <ul class="shangchuan-ul">
               <li v-if="ruleForm.proof_type === '1'" class="shiping">
                 <div v-if="video_url" class="clearfix">
@@ -521,7 +521,7 @@
               </li>
               <li v-if="ruleForm.proof_type === '3'" class="qita">
                 <div v-if="other_url" class="clearfix">
-                  <a :href="other_url" download="凭证文件">点击下载</a>
+                  <a :href="other_url" download="比价凭证">点击下载</a>
 
                   <el-link
                     :underline="false"
@@ -1227,7 +1227,7 @@ const rules = {
   proof_url: [
     {
       required: true,
-      message: "请上传凭证文件",
+      message: "请上传比价凭证",
       trigger: "blur,change",
     },
   ]
@@ -2016,7 +2016,7 @@ export default {
 
       this.ruleForm = {
         proof_url:"",
-        proof_type:"1",
+        proof_type:"2",
         id: "",
         spuCode: "",
         cat_id: [],

+ 1 - 1
src/views/goodStore/goodsOnline/ShowDataTableColumns.js

@@ -153,7 +153,7 @@ const public_listCol = [
   },
   {
     prop: 'proof_id',
-    label: '凭证文件',
+    label: '比价凭证',
     _slot_: 'proof_id',
     span: 6
   },

+ 4 - 4
src/views/goodStore/goodsOnline/components/fixed-price-form-c.vue

@@ -327,7 +327,7 @@
               >查看历史凭证</el-button
             >
           </el-form-item>
-          <el-form-item label="凭证文件" prop="proof_url">
+          <el-form-item label="比价凭证" prop="proof_url">
             <ul class="shangchuan-ul">
               <li v-if="ruleForm.proof_type === '1'" class="shiping">
                 <div v-if="video_url" class="clearfix">
@@ -409,7 +409,7 @@
               </li>
               <li v-if="ruleForm.proof_type === '3'" class="qita">
                 <div v-if="other_url" class="clearfix">
-                  <a :href="other_url" download="凭证文件">点击下载</a>
+                  <a :href="other_url" download="比价凭证">点击下载</a>
 
                   <el-link
                     :underline="false"
@@ -601,7 +601,7 @@ export default {
         skuCode: "",
         numStatus: "",
         state: "1", //通过or驳回
-        proof_type: "1", //
+        proof_type: "2", //
         proof_url: "", //驳回至
         remark: "",
       },
@@ -624,7 +624,7 @@ export default {
         // proof_url: [
         //   {
         //     required: true,
-        //     message: "请上传凭证文件",
+        //     message: "请上传比价凭证",
         //     trigger: "blur,change",
         //   },
         // ],

+ 5 - 5
src/views/goodStore/goodsOnline/components/fixed-price-form.vue

@@ -320,7 +320,7 @@
             </el-radio-group>
             <el-button class="fr" type="primary" @click="showVoucher = true">查看历史凭证</el-button>
           </el-form-item>
-          <el-form-item label="凭证文件" prop="proof_url">
+          <el-form-item label="比价凭证" prop="proof_url">
             <ul class="shangchuan-ul">
               <li v-if="ruleForm.proof_type === '1'" class="shiping">
                 <div v-if="video_url" class="clearfix">
@@ -395,7 +395,7 @@
               </li>
               <li v-if="ruleForm.proof_type === '3'" class="qita">
                 <div v-if="other_url" class="clearfix">
-                  <a :href="other_url" download="凭证文件">点击下载</a>
+                  <a :href="other_url" download="比价凭证">点击下载</a>
 
                   <el-link
                     :underline="false"
@@ -584,7 +584,7 @@ export default {
         skuCode: "",
         numStatus: "",
         state: "1", //通过or驳回
-        proof_type: "1", //
+        proof_type: "2", //
         proof_url: "", //驳回至
         remark: ""
       },
@@ -600,7 +600,7 @@ export default {
         proof_url: [
           {
             required: true,
-            message: "请上传凭证文件",
+            message: "请上传比价凭证",
             trigger: "blur,change"
           }
         ],
@@ -902,7 +902,7 @@ export default {
             state: "1", // 通过or驳回
             remark: "",
             numStatus: "",
-            proof_type: proof && proof.proof_type ? proof.proof_type : "1", // 通过or驳回
+            proof_type: proof && proof.proof_type ? proof.proof_type : "2", // 通过or驳回
             proof_url: proof && proof.proof_url ? proof.proof_url : "" //驳回至
           };
           

+ 5 - 5
src/views/goodStore/goodsOnline/components/online-form.vue

@@ -44,7 +44,7 @@
               }}</el-radio>
             </el-radio-group>
           </el-form-item>
-          <el-form-item label="凭证文件" prop="proof_url">
+          <el-form-item label="比价凭证" prop="proof_url">
             <ul class="shangchuan-ul">
               <li v-if="ruleForm.proof_type + '' === '1'" class="shiping">
                 <div v-if="video_url" class="clearfix">
@@ -140,7 +140,7 @@
               </li>
               <li v-if="ruleForm.proof_type + '' === '3'" class="qita">
                 <div v-if="other_url" class="clearfix">
-                  <a :href="other_url" download="凭证文件">点击下载</a>
+                  <a :href="other_url" download="比价凭证">点击下载</a>
 
                   <el-button
                     type="text"
@@ -636,7 +636,7 @@ export default {
         numStatus: "",
         plat_code: "",
         state: "1", //通过or驳回
-        proof_type: "1", //
+        proof_type: "2", //
         proof_url: "", //驳回至
         remark: "",
       },
@@ -652,7 +652,7 @@ export default {
         proof_url: [
           {
             required: true,
-            message: "请上传凭证文件",
+            message: "请上传比价凭证",
             trigger: "blur,change",
           },
         ],
@@ -910,7 +910,7 @@ export default {
             state: "1", // 通过or驳回
             remark: "",
             numStatus: "",
-            proof_type: proof && proof.proof_type ? proof.proof_type : "1", // 通过or驳回
+            proof_type: proof && proof.proof_type ? proof.proof_type : "2", // 通过or驳回
             proof_url: proof && proof.proof_url ? proof.proof_url : "", //驳回至
           };
           this.good_ladder =

+ 1 - 1
src/views/goodStore/goodsOnline/detail.vue

@@ -41,7 +41,7 @@
                   <a
                     v-else-if="sitem.proof.proof_type + '' === '3'"
                     :href="sitem.proof.proof_url"
-                    download="凭证文件"
+                    download="比价凭证"
                     >点击下载</a
                   >
                   <span v-else>暂无凭证</span>

+ 1 - 1
src/views/sellOut/businessFiling/components/ShowDataTableColumns.js

@@ -191,7 +191,7 @@ const showColumns = [
   },
   {
     prop: 'proof_id',
-    label: '凭证文件',
+    label: '比价凭证',
     _slot_: 'proof_id',
     span: 6
   },

+ 1 - 1
src/views/sellOut/filing/cpns/baseForm.vue

@@ -66,7 +66,7 @@
 
           <el-form-item label="附件" prop="fill_url">
             <div v-if="ruleForm.fill_url" class="clearfix">
-              <a :href="ruleForm.fill_url" download="凭证文件">点击下载</a>
+              <a :href="ruleForm.fill_url" download="比价凭证">点击下载</a>
 
               <el-link
                 :underline="false"

+ 1 - 1
src/views/sellOut/salesOrder/components/ShowDataTableColumns.js

@@ -191,7 +191,7 @@ const showColumns = [
   },
   {
     prop: 'proof_id',
-    label: '凭证文件',
+    label: '比价凭证',
     _slot_: 'proof_id',
     span: 6
   },

+ 5 - 5
src/views/sellOut/salesOrder/components/addForm.vue

@@ -180,7 +180,7 @@
                 </el-col>
 
                 <el-col :span="12">
-                  <el-form-item label="凭证文件" prop="proof_id">
+                  <el-form-item label="比价凭证" prop="proof_id">
                     <el-tooltip effect="dark" content="查找历史凭证" placement="top" class="fr">
                       <i class="el-icon-search tb-icon" @click="showVoucherFun"></i>
                     </el-tooltip>
@@ -224,7 +224,7 @@
                           />
                         </div>
                         <div v-else class="clearfix">
-                          <a :href="ruleForm.proof_url" download="凭证文件">点击下载</a>
+                          <a :href="ruleForm.proof_url" download="比价凭证">点击下载</a>
                         </div>
                       </li>
                       <li v-else class="shiping">暂无凭证</li>
@@ -748,7 +748,7 @@ export default {
         arrtime: "", //要求到货时间
         new_good_price: "0",
         proof_id: "", //凭证ID
-        proof_type: "", //凭证类型
+        proof_type: "2", //凭证类型
         proof_url: "", //凭证地址
         activity_stock: "0",
         is_activity: "0", //是否参与活动,
@@ -811,7 +811,7 @@ export default {
         proof_id: [
           {
             required: false,
-            message: "请选择凭证文件",
+            message: "请选择比价凭证",
             trigger: "change"
           }
         ],
@@ -939,7 +939,7 @@ export default {
             arrtime: "", //要求到货时间
             new_good_price: "",
             proof_id: "", //凭证ID
-            proof_type: "", //凭证类型
+            proof_type: "2", //凭证类型
             proof_url: "", //凭证地址
             activity_stock: "0",
             goodtype: ["is_activity_0", "1"], //活动类型

+ 1 - 1
src/views/sellOut/salesOrder/detail.vue

@@ -132,7 +132,7 @@
                   <a
                     v-else-if="sitem.proof_type + '' === '3' && sitem.proof_url"
                     :href="sitem.proof_url"
-                    download="凭证文件"
+                    download="比价凭证"
                   >点击下载</a>
                   <span v-else>暂无凭证</span>
                 </template>

+ 1 - 1
src/views/sellOut/stockApply/components/ShowDataTableColumns.js

@@ -191,7 +191,7 @@ const showColumns = [
   },
   {
     prop: 'proof_id',
-    label: '凭证文件',
+    label: '比价凭证',
     _slot_: 'proof_id',
     span: 6
   },

+ 4 - 4
src/views/sellOut/zixunOrder/components/buyGoodModal.vue

@@ -178,7 +178,7 @@
                   </el-col>
 
                   <el-col :span="24">
-                    <el-form-item label="凭证文件" prop="proof_url" label-width="85px">
+                    <el-form-item label="比价凭证" prop="proof_url" label-width="85px">
                       <ul class="shangchuan-ul">
                         <li v-if="ruleForm.proof_type + '' === '1'" class="shiping">
                           <div v-if="video_url" class="clearfix">
@@ -253,7 +253,7 @@
                         </li>
                         <li v-if="ruleForm.proof_type + '' === '3'" class="qita">
                           <div v-if="other_url" class="clearfix">
-                            <a :href="other_url" download="凭证文件">点击下载</a>
+                            <a :href="other_url" download="比价凭证">点击下载</a>
 
                             <el-link
                               :underline="false"
@@ -736,7 +736,7 @@ export default {
         proof_url: [
           {
             required: true,
-            message: "请上传凭证文件",
+            message: "请上传比价凭证",
             trigger: "blur,change"
           }
         ]
@@ -900,7 +900,7 @@ export default {
             sendtype: "1", // 发货方式
             arrtime: in_arrival_time || "", // 到货时间
             remark: "",
-            proof_type: "1", // 通过or驳回
+            proof_type: "2", // 通过or驳回
             proof_url: "", // 驳回至
             companyNo: in_companyNo || "",
             goodtype: Number(sale_price) === 0 ? "2" : "1",

+ 1 - 1
src/views/standingBook/components/detail10/columns.js

@@ -79,7 +79,7 @@ const columns = [
 
   {
     prop: 'proof_id',
-    label: '凭证文件',
+    label: '比价凭证',
     _slot_: 'proof_id',
     span: 8
   },

+ 1 - 1
src/views/standingBook/components/detail10/main.vue

@@ -88,7 +88,7 @@
         <a
           v-else-if="sitem.proof_type + '' === '3'"
           :href="sitem.proof_url"
-          download="凭证文件"
+          download="比价凭证"
           >点击下载</a
         >
         <span v-else>暂无凭证</span>

+ 1 - 1
src/views/supplierSellOut/supplierFiling/cpns/baseForm.vue

@@ -66,7 +66,7 @@
 
           <el-form-item label="附件" prop="fill_url">
             <div v-if="ruleForm.fill_url" class="clearfix">
-              <a :href="ruleForm.fill_url" download="凭证文件">点击下载</a>
+              <a :href="ruleForm.fill_url" download="比价凭证">点击下载</a>
 
               <el-link
                 :underline="false"

+ 1 - 1
src/views/youzan/othOrder/columns.js

@@ -272,7 +272,7 @@ const showColumns = [
 
   {
     prop: 'proof_id',
-    label: '凭证文件',
+    label: '比价凭证',
     _slot_: 'proof_id',
     span: 8
   },

+ 1 - 1
src/views/youzan/othOrder/detail.vue

@@ -122,7 +122,7 @@
                   <a
                     v-else-if="String(sitem.proof_type) === '3'"
                     :href="sitem.proof_url"
-                    download="凭证文件"
+                    download="比价凭证"
                     >点击下载</a
                   >
                   <span v-else>暂无凭证</span>