فهرست منبع

修改bug点---cjh

17767204043 3 سال پیش
والد
کامیت
6b274f342c
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      src/views/Agreement/deepen/edit.vue
  2. 1 1
      src/views/Agreement/edit.vue

+ 1 - 1
src/views/Agreement/deepen/edit.vue

@@ -209,7 +209,7 @@ export default {
             if(this.tableData.length==0){
             return this.$Message.warning('请先导入数据!')
             }
-            if(!this.formData.jtl_id||!this.formData.order_no||!this.formData.project_title||!this.formData.abbreviation){
+            if(!this.formData.order_no||!this.formData.project_title||!this.formData.abbreviation){
                 return this.$Message.warning('请输入完整信息!')
             }
             

+ 1 - 1
src/views/Agreement/edit.vue

@@ -228,7 +228,7 @@ export default {
              editTableColumns:[
                 {title:'序号',type:'index',align:'center',minWidth:80,key:'index'},
                 {title:'区域',minWidth:100,align:'center',key:'region'},
-                {title:'产品分类',minWidth:100,align:'center',key:'bp_id'},
+                {title:'产品分类',minWidth:100,align:'center',key:'product_type_title'},
                 {title:'产品名称',minWidth:100,align:'center',key:'product_title'},
                 {title:'产品图片',minWidth:100,align:'center',key:'product_img',slot:'product_img'},
                 {title:'产品特征',minWidth:100,align:'center',key:'product_feature'},