Commit f88db8cd authored by hubaoshan's avatar hubaoshan

wcp

parent dbbb44f2
......@@ -988,11 +988,13 @@ export default {
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
const loadingInstance = Loading.service({ lock: true, text: '正在导入数据中,请耐心等待', spinner: 'el-icon-loading', background: 'rgba(0, 0, 0, 0.4)' })
wcpOrderPd(data).then(response => {
if (response.code === 200) {
this.PdList = response.data
this.$message({ message: '开始盘点...', type: 'success' })
this.dispenseOpen = false
loadingInstance.close()
this.getList()
}
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment