喻忠伟 2 years ago
commit 233fb341f1
  1. 4
      ant-design-vue-jeecg/src/views/erp/fabric/modules/ZyFabricTypeForm.vue

@ -82,7 +82,7 @@
add () {
var n=4
getAction(this.url.weiyi,{id:this.model.nums}).then((res)=>{
var num=parseInt(res.message,10)+1
var num=parseInt(res.result,10)+1
num=num.toString()
while(num.length<n){
num="0"+num
@ -134,7 +134,7 @@
that.confirmLoading = false;
})
}
})
},
}

Loading…
Cancel
Save