Explorar el Código

物料申请单选择物料税类带出税类编码

黄梓星 hace 1 año
padre
commit
11bedfd206
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      src/views/material/basicFile/details.vue

+ 4 - 0
src/views/material/basicFile/details.vue

@@ -2098,6 +2098,10 @@
             this.basicData.value['businessDepartmentName'] = '';
 
           }
+          // 物料税类materialRate
+          if (this.MoreDataDialog.target.prop == 'materialRate') {
+            this.basicData.value['rateCode'] = this.MoreDataDialog.value.code
+          }
 
 
         } else if (this.MoreDataDialog.target.name == 'medcineData') {