Explorar o código

资产类+OA 校验WMS仓库

WuXiaohan hai 1 ano
pai
achega
c726745298
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/purchase/purchase-order/edit/index.vue

+ 1 - 1
src/views/purchase/purchase-order/edit/index.vue

@@ -60,7 +60,7 @@ export default {
     "params.billType":{
       handler(nVal, oVal){
 
-        if((nVal === '21-Cxx-02' || nVal === '21-Cxx-04'  || nVal === '21-Cxx-10' || nVal === '21-Cxx-14'))){
+        if((nVal === '21-Cxx-02' || nVal === '21-Cxx-04'  || nVal === '21-Cxx-10' || nVal === '21-Cxx-14')){
 
           this.rules.warehouseName = [
             { required: true, message: "WMS入库仓库不能为空", trigger: "change" },