|
|
@@ -608,7 +608,7 @@ export default {
|
|
|
value: '物流',
|
|
|
},
|
|
|
{
|
|
|
- label: '货运公司',
|
|
|
+ label: '业务公司',
|
|
|
type: 'select',
|
|
|
prop: "logisticsCorpName",
|
|
|
allowCreate: true,
|
|
|
@@ -1573,7 +1573,7 @@ export default {
|
|
|
if (type == '确认发货') {
|
|
|
|
|
|
if (!this.form.logisticsCorpName || !this.form.expressNo) {
|
|
|
- return this.$message.error("请完善货运公司和货运单号");
|
|
|
+ return this.$message.error("请完善业务公司和货运单号");
|
|
|
}
|
|
|
if (this.form.orderItemsList.length == 0) {
|
|
|
this.$message.warning("请添加商品");
|