qinbai 3 年之前
父節點
當前提交
7ac9ef54a6
共有 1 個文件被更改,包括 3 次插入4 次删除
  1. 3 4
      src/components/finance/applyPayment.vue

+ 3 - 4
src/components/finance/applyPayment.vue

@@ -1,6 +1,5 @@
 <template>
   <div>
-    {{arrList}}
     <div v-for="(item, index) in list" :key="index">
       <el-row>
         <el-col :span="24"><span class="delete_group" v-if="list.length !== 1"  @click="deleteGroup(index)">删除组</span></el-col>
@@ -211,8 +210,8 @@
                 ]
               },
               {
-                label: this.billData.itemType === "采购"?'付款日期':"收款日期",
-                prop: 'date',
+              label: this.billType == ("采购申请货款" || "销售申请退款")?'付款日期':"收款日期",
+              prop: 'date',
                 type:'date',
                 span: 8,
                 rules: [
@@ -351,7 +350,7 @@
                   this.$message.success("操作成功!")
                   this.$emit("choceFun");
                   //跳转付款申请页面
-                  if(this.$store.getters.takeStatus){
+                  if(this.$store.getters.pqStatus){
                     this.$alert("无法自动跳转到付款申请页面,因为页面已存在。", "温馨提示", {
                       confirmButtonText: "确定",
                       type: 'warning',