单据管理默认选择仓库,分库

fengcang
anthonyywj2 3 years ago
parent dfbf57697a
commit aacc8ebe28

@ -24,7 +24,7 @@
{ {
"UDI_SYNC_SERVER_IP": "http://192.168.0.109:9995/", "UDI_SYNC_SERVER_IP": "http://192.168.0.109:9995/",
"BASE_URL":"http://139.9.178.73:8080/UDI_WMS_MC", "BASE_URL":"http://139.9.178.73:8080/UDI_WMS_MC",
"SERVER_IP": "http://140.9.178.73:8080/UDI_WMS_MC/", "SERVER_IP": "http://139.9.178.73:8080/UDI_WMS_MC/",
"WEBSOCKET_URL": "ws://192.168.0.109:9991/UDI_WMS_MC/api/websocket/", "WEBSOCKET_URL": "ws://192.168.0.109:9991/UDI_WMS_MC/api/websocket/",
"hosp_name": "平和县医院" "hosp_name": "平和县医院"
} }

@ -792,7 +792,7 @@ export default {
.then((response) => { .then((response) => {
this.storageList = response.data || []; this.storageList = response.data || [];
if (this.storageList.length > 0) { if (this.storageList.length > 0) {
this.invChange(); this.getSubInvList();
this.getList(); this.getList();
} }
}) })
@ -813,6 +813,19 @@ export default {
.catch(() => { .catch(() => {
}); });
}, },
getSubInvList() {
let query = {
pcode: this.query.locStorageCode
};
filterSubByInv(query)
.then((response) => {
this.subInvList = response.data || [];
})
.catch(() => {
});
},
subInvChange() { subInvChange() {
this.getBusType(); this.getBusType();
}, },

@ -856,7 +856,7 @@ export default {
.then((response) => { .then((response) => {
this.storageList = response.data || []; this.storageList = response.data || [];
if (this.storageList.length > 0) { if (this.storageList.length > 0) {
this.invChange(); this.getSubInvList();
this.getList(); this.getList();
} }
}) })
@ -877,6 +877,19 @@ export default {
.catch(() => { .catch(() => {
}); });
}, },
getSubInvList() {
let query = {
pcode: this.query.locStorageCode
};
filterSubByInv(query)
.then((response) => {
this.subInvList = response.data || [];
})
.catch(() => {
});
},
subInvChange() { subInvChange() {
this.getBusType(); this.getBusType();
}, },

@ -100,12 +100,12 @@
{{ scope.row.status | statusFilterName }} {{ scope.row.status | statusFilterName }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="业务类型" prop="billTypeName" width="150"> <el-table-column label="业务类型" prop="billTypeName" width="150">
</el-table-column> </el-table-column>
<el-table-column label="当前仓库" prop="invName" width="150"> <el-table-column label="当前仓库" prop="invName" width="150">
</el-table-column> </el-table-column>
<el-table-column label="当前分库" prop="subInvName" width="120"> <el-table-column label="当前分库" prop="subInvName" width="120">
</el-table-column> </el-table-column>
<!-- <el-table-column label="采购类型">--> <!-- <el-table-column label="采购类型">-->
<!-- <template slot-scope="scope">--> <!-- <template slot-scope="scope">-->
<!-- {{ scope.row.type | typeFilterName }}--> <!-- {{ scope.row.type | typeFilterName }}-->
@ -952,7 +952,7 @@ export default {
.then((response) => { .then((response) => {
this.storageList = response.data || []; this.storageList = response.data || [];
if (this.storageList.length > 0) { if (this.storageList.length > 0) {
this.invChange(); this.getSubInvList();
this.getList(); this.getList();
} }
}) })
@ -972,6 +972,19 @@ export default {
.catch(() => { .catch(() => {
}); });
}, },
getSubInvList() {
let query = {
pcode: this.query.locStorageCode
};
filterSubByInv(query)
.then((response) => {
this.subInvList = response.data || [];
})
.catch(() => {
});
},
subInvChange() { subInvChange() {
this.getBusType(); this.getBusType();
}, },

@ -924,7 +924,7 @@ export default {
.then((response) => { .then((response) => {
this.storageList = response.data || []; this.storageList = response.data || [];
if (this.storageList.length > 0) { if (this.storageList.length > 0) {
this.invChange(); this.getSubInvList();
this.getList(); this.getList();
} }
}) })
@ -944,6 +944,19 @@ export default {
.catch(() => { .catch(() => {
}); });
}, },
getSubInvList() {
let query = {
pcode: this.query.locStorageCode
};
filterSubByInv(query)
.then((response) => {
this.subInvList = response.data || [];
})
.catch(() => {
});
},
subInvChange() { subInvChange() {
this.getBusType(); this.getBusType();
}, },

@ -350,7 +350,8 @@
</el-col> </el-col>
<el-col :span="7"> <el-col :span="7">
<el-form-item prop="count"> <el-form-item prop="count">
<el-input v-model="detailFormData.count" auto-complete="off" :disabled="true" type="number"></el-input> <el-input v-model="detailFormData.count" auto-complete="off" :disabled="true"
type="number"></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="3"> <el-col :span="3">
@ -937,7 +938,7 @@ export default {
.then((response) => { .then((response) => {
this.storageList = response.data || []; this.storageList = response.data || [];
if (this.storageList.length > 0) { if (this.storageList.length > 0) {
this.invChange(); this.getSubInvList();
this.getList(); this.getList();
} }
}) })
@ -958,6 +959,19 @@ export default {
}); });
}, },
getSubInvList() {
let query = {
pcode: this.query.locStorageCode
};
filterSubByInv(query)
.then((response) => {
this.subInvList = response.data || [];
})
.catch(() => {
});
},
subInvChange() { subInvChange() {
this.getBusType(); this.getBusType();
}, },

@ -789,8 +789,8 @@ export default {
.then((response) => { .then((response) => {
this.storageList = response.data || []; this.storageList = response.data || [];
if (this.storageList.length > 0) { if (this.storageList.length > 0) {
this.query.locStorageCode = this.storageList[0].code; // this.query.locStorageCode = this.storageList[0].code;
this.invChange(); this.getSubInvList();
this.getList(); this.getList();
} }
}) })
@ -810,6 +810,19 @@ export default {
.catch(() => { .catch(() => {
}); });
}, },
getSubInvList() {
let query = {
pcode: this.query.locStorageCode
};
filterSubByInv(query)
.then((response) => {
this.subInvList = response.data || [];
})
.catch(() => {
});
},
subInvChange() { subInvChange() {
this.getBusType(); this.getBusType();
}, },

File diff suppressed because it is too large Load Diff

@ -842,7 +842,7 @@ export default {
.then((response) => { .then((response) => {
this.storageList = response.data || []; this.storageList = response.data || [];
if (this.storageList.length > 0) { if (this.storageList.length > 0) {
this.invChange(); this.getSubInvList();
this.getList(); this.getList();
} }
}) })
@ -862,6 +862,20 @@ export default {
.catch(() => { .catch(() => {
}); });
}, },
getSubInvList() {
let query = {
pcode: this.filterQuery.locStorageCode
};
filterSubByInv(query)
.then((response) => {
this.subInvList = response.data || [];
})
.catch(() => {
});
},
subInvChange() { subInvChange() {
this.getBusType(); this.getBusType();
}, },

@ -601,8 +601,8 @@ export default {
.then((response) => { .then((response) => {
this.storageList = response.data || []; this.storageList = response.data || [];
if (this.storageList.length > 0) { if (this.storageList.length > 0) {
this.filterQuery.locStorageCode = this.storageList[0].code; // this.filterQuery.locStorageCode = this.storageList[0].code;
this.invChange(); this.getSubInvList();
this.getList(); this.getList();
} }
}) })
@ -911,6 +911,19 @@ export default {
.catch(() => { .catch(() => {
}); });
}, },
getSubInvList() {
let query = {
pcode: this.filterQuery.locStorageCode
};
filterSubByInv(query)
.then((response) => {
this.subInvList = response.data || [];
})
.catch(() => {
});
},
subInvChange() { subInvChange() {
this.getBusType(); this.getBusType();
}, },

@ -426,7 +426,7 @@ export default {
.then((response) => { .then((response) => {
this.storageList = response.data || []; this.storageList = response.data || [];
if (this.storageList.length > 0) { if (this.storageList.length > 0) {
this.invChange(); this.getSubInvList();
this.getList(); this.getList();
} }
}) })
@ -668,6 +668,20 @@ export default {
.catch(() => { .catch(() => {
}); });
}, },
getSubInvList() {
let query = {
pcode: this.filterQuery.locStorageCode
};
filterSubByInv(query)
.then((response) => {
this.subInvList = response.data || [];
})
.catch(() => {
});
},
subInvChange() { subInvChange() {
this.getBusType(); this.getBusType();
}, },

Loading…
Cancel
Save