Commit 9fddd46b3691d25bbcc78ff3116ff01c9150b484

Authored by 史婷婷
1 parent 67817b4d

feat: 订货单详情&规格变更单详情-优化

@@ -17,12 +17,12 @@ @@ -17,12 +17,12 @@
17 17
18 <!-- 产品-变更前 --> 18 <!-- 产品-变更前 -->
19 <view class="mgb10"> 19 <view class="mgb10">
20 - <Product title="变更前" mode="view" :options="genderOptions" :list="form.beforeChangeSpecList" :totalQuantity="form.totalQuantity || 0" /> 20 + <Product title="变更前" mode="view" :list="form.beforeChangeSpecList" :totalQuantity="form.totalQuantity || 0" />
21 </view> 21 </view>
22 22
23 <!-- 产品-变更后 --> 23 <!-- 产品-变更后 -->
24 <view class="mgb10"> 24 <view class="mgb10">
25 - <Product title="变更后" mode="view" :options="genderOptions" :list="form.afterChangeSpecList" :totalQuantity="form.afterTotalQuantity || 0" /> 25 + <Product title="变更后" mode="view" :list="form.afterChangeSpecList" :totalQuantity="form.afterTotalQuantity || 0" />
26 </view> 26 </view>
27 27
28 <view class="section"> 28 <view class="section">
@@ -71,10 +71,6 @@ export default { @@ -71,10 +71,6 @@ export default {
71 data() { 71 data() {
72 return { 72 return {
73 form: {}, 73 form: {},
74 - enterpriseTypeOptions: [],  
75 - genderOptions: [],  
76 - categoryOptions: [],  
77 - historyList: [],  
78 buttons: [ 74 buttons: [
79 { text: '编辑', visible: true, variant: 'outline', event: 'edit' }, 75 { text: '编辑', visible: true, variant: 'outline', event: 'edit' },
80 { text: '审核详情', visible: true, variant: 'outline', event: 'auditDetail' }, 76 { text: '审核详情', visible: true, variant: 'outline', event: 'auditDetail' },
@@ -19,7 +19,7 @@ @@ -19,7 +19,7 @@
19 19
20 <!-- 产品 --> 20 <!-- 产品 -->
21 <view class="mgb10"> 21 <view class="mgb10">
22 - <Product mode="view" :options="genderOptions" :list="form.purchaseOrderLineList" :totalQuantity="form.totalQuantity || 0" /> 22 + <Product mode="view" :list="form.purchaseOrderLineList" :totalQuantity="form.totalQuantity || 0" />
23 </view> 23 </view>
24 24
25 <view class="section"> 25 <view class="section">
@@ -68,10 +68,6 @@ export default { @@ -68,10 +68,6 @@ export default {
68 data() { 68 data() {
69 return { 69 return {
70 form: {}, 70 form: {},
71 - enterpriseTypeOptions: [],  
72 - genderOptions: [],  
73 - categoryOptions: [],  
74 - historyList: [],  
75 buttons: [ 71 buttons: [
76 { text: '编辑', visible: true, variant: 'outline', event: 'edit' }, 72 { text: '编辑', visible: true, variant: 'outline', event: 'edit' },
77 { text: '审核详情', visible: true, variant: 'outline', event: 'auditDetail' }, 73 { text: '审核详情', visible: true, variant: 'outline', event: 'auditDetail' },