经穴检索
This commit is contained in:
@@ -167,7 +167,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
tabChange(e){
|
||||
console.log('变化了')
|
||||
// console.log('变化了')
|
||||
this.$refs['ruleForm'].clearValidate()
|
||||
},
|
||||
// 获取快递公司列表
|
||||
@@ -184,7 +184,7 @@ export default {
|
||||
})
|
||||
},
|
||||
selectChanged(val){
|
||||
console.log(this.ruleForm)
|
||||
// console.log(this.ruleForm)
|
||||
if(this.expressList && this.expressList.length > 0){
|
||||
this.expressList.forEach(element => {
|
||||
if(element.expressCode == val){
|
||||
@@ -196,7 +196,7 @@ export default {
|
||||
//this.ruleForm.deliverLcd = val.dictType
|
||||
},
|
||||
handleCheckedCitiesChange(val) {
|
||||
console.log(val)
|
||||
// console.log(val)
|
||||
},
|
||||
// 获取可合并订单
|
||||
getMixDeliverOrderList() {
|
||||
@@ -211,7 +211,7 @@ export default {
|
||||
'pageSize':20
|
||||
})
|
||||
}).then(({ data }) => {
|
||||
console.log(data,'data')
|
||||
// console.log(data,'data')
|
||||
this.mixOrderList = data.result.data
|
||||
})
|
||||
},
|
||||
@@ -227,7 +227,7 @@ export default {
|
||||
this.productsCodeList.forEach((item, index) => {
|
||||
if(item.orderStatus == '1'){
|
||||
this.productsCodeList.splice(index, 1)
|
||||
console.log(index)
|
||||
// console.log(index)
|
||||
}
|
||||
this.productsIdsList = this.productsCodeList.map( item => item.buyOrderProductId)
|
||||
})
|
||||
@@ -237,7 +237,7 @@ export default {
|
||||
// 普通发货
|
||||
submit1() {
|
||||
this.getNewProducts()
|
||||
console.log(this.productsIdsList)
|
||||
// console.log(this.productsIdsList)
|
||||
this.$refs['ruleForm'].validate((valid) => {
|
||||
if (valid) {
|
||||
const loading = this.$loading({
|
||||
@@ -285,7 +285,7 @@ export default {
|
||||
}).then(({ data }) => {
|
||||
if (data && data.code === 0) {
|
||||
this.productsCodeList = data.buyOrder
|
||||
console.log(888)
|
||||
// console.log(888)
|
||||
} else {
|
||||
// this.dataList = []
|
||||
// this.totalPage = 0
|
||||
@@ -301,7 +301,7 @@ export default {
|
||||
if (this.checkedList.length == 0 && this.radio3 == 'mix') {
|
||||
return this.$message.error('请至少选择一条商品')
|
||||
}
|
||||
console.log('执行更新发货操作')
|
||||
// console.log('执行更新发货操作')
|
||||
this.$confirm(`正在执行${this.deliverType} , 是否继续?`, '提示', {
|
||||
confirmButtonText: '确定',
|
||||
cancelButtonText: '取消',
|
||||
@@ -367,10 +367,10 @@ export default {
|
||||
watch: {
|
||||
orderitem: {
|
||||
handler(val, oldVal) {
|
||||
console.log('变化',val)
|
||||
// console.log('变化',val)
|
||||
this.productsCodeList = val.goodsList
|
||||
this.getNewProducts()
|
||||
console.log('productsIdsList',this.productsIdsList)
|
||||
// console.log('productsIdsList',this.productsIdsList)
|
||||
this.getMixDeliverOrderList()
|
||||
// this.getData()
|
||||
// this.visible = true
|
||||
|
||||
Reference in New Issue
Block a user