|
@@ -282,10 +282,10 @@ export default {
|
|
if (tag.label == "收货(E)") {
|
|
if (tag.label == "收货(E)") {
|
|
this.$store.commit("REC_OUT_DETAIL");
|
|
this.$store.commit("REC_OUT_DETAIL");
|
|
}
|
|
}
|
|
- if (tag.label == "发货单(N)") {
|
|
|
|
|
|
+ if (tag.label == "客户确认(N)") {
|
|
this.$store.commit("IN_OUT_DETAIL");
|
|
this.$store.commit("IN_OUT_DETAIL");
|
|
}
|
|
}
|
|
- if (tag.label == "收货单(N)") {
|
|
|
|
|
|
+ if (tag.label == "采购确认(N)") {
|
|
this.$store.commit("DOM_OUT_DETAIL");
|
|
this.$store.commit("DOM_OUT_DETAIL");
|
|
}
|
|
}
|
|
if (tag.label == "发货单(I)") {
|
|
if (tag.label == "发货单(I)") {
|