|
|
@@ -19,7 +19,7 @@
|
|
|
class="el-form-box"
|
|
|
label-width="120px"
|
|
|
>
|
|
|
- <headerTitle title="收货确认单信息"></headerTitle>
|
|
|
+ <headerTitle title="发货确认单信息"></headerTitle>
|
|
|
<el-row :gutter="12">
|
|
|
<el-col :span="12">
|
|
|
<el-form-item label="发货单" prop="sendNo">
|
|
|
@@ -313,8 +313,8 @@
|
|
|
activeName: 'first',
|
|
|
formDef,
|
|
|
options: [
|
|
|
- { value: 0, label: '已收货' },
|
|
|
- { value: 1, label: '未收货' }
|
|
|
+ { value: 0, label: '已发货' },
|
|
|
+ { value: 1, label: '未发货' }
|
|
|
],
|
|
|
options1: [
|
|
|
{ value: 0, label: '未回收' },
|
|
|
@@ -517,7 +517,7 @@
|
|
|
width: 120,
|
|
|
slot: 'isException',
|
|
|
prop: 'isException',
|
|
|
- label: '收货状态',
|
|
|
+ label: '发货状态',
|
|
|
align: 'center',
|
|
|
fixed: 'right'
|
|
|
}
|
|
|
@@ -820,7 +820,7 @@
|
|
|
|
|
|
//打开新增编辑弹框
|
|
|
async open(type, row, invoiceData) {
|
|
|
- this.title = type === 'add' ? '新增收货确认单' : '修改';
|
|
|
+ this.title = type === 'add' ? '新增发货确认单' : '修改';
|
|
|
this.row = row;
|
|
|
this.visible = true;
|
|
|
if (row && row?.id) {
|
|
|
@@ -913,7 +913,7 @@
|
|
|
variables: {
|
|
|
businessCode: data.docNo,
|
|
|
businessName: data.contactName,
|
|
|
- businessType: '收货确认单'
|
|
|
+ businessType: '发货确认单'
|
|
|
}
|
|
|
|
|
|
};
|