caojunjie 2 years ago
parent
commit
3ffd2625f2

+ 0 - 1
src/components/fee-info/main.vue

@@ -565,7 +565,6 @@ export default {
     },
     //新增
     rowAdd() {
-      console.log(this.$parent.$data.form.corpId);
       if (this.inCropId) {
         let corpName = ''
         if (this.corpId) {

+ 1 - 1
src/views/exportTrade/purchaseContract/index.vue

@@ -48,7 +48,7 @@
           >复制单据
           </el-button>
           <el-button type="info" size="small" disabled>报表打印</el-button>
-          <el-button type="info" size="small" @click="dialogVisible = true;">导入销售单</el-button>
+          <el-button type="warning" size="small" @click="dialogVisible = true;">采购任务</el-button>
         </template>
         <template slot="corpIdSearch">
           <crop-select v-model="search.corpId" corpType="KH"></crop-select>