Commit 2071130a87682e6f5a10eb19186b3686b7befd57
1 parent
5e82a89a
页面样式优化
Signed-off-by: TanYibin <5491541@qq.com>
Showing
2 changed files
with
4 additions
and
4 deletions
ant-design-vue-jeecg/src/views/system/receipt/ReceiptHeaderList.vue
... | ... | @@ -178,13 +178,13 @@ |
178 | 178 | <a><a-button type="default">回传</a-button></a> |
179 | 179 | </a-popconfirm> |
180 | 180 | <a v-if="(record.lastStatus < 800 && record.firstStatus >= 15 && record.firstStatus != '20') || (flowOff == '0' && record.lastStatus < 800) " @click="receive(record)" v-has="'receiptHeader:receive'"> |
181 | - <a-button type="primary">组盘</a-button><a-divider type="vertical"/> | |
181 | + <a-button type="primary">组盘</a-button> | |
182 | 182 | </a> |
183 | 183 | <a v-if="record.firstStatus == '0' && flowOff == '1'" @click="createAudit(record)"><a-button type="primary">提交审核</a-button><a-divider type="vertical"/></a> |
184 | 184 | <a v-if="record.nextAuditor == username && flowOff == '1'" @click="audit(record)"><a-button type="primary">审核</a-button><a-divider type="vertical"/></a> |
185 | 185 | <a v-if="record.lastStatus == 850" @click="viewReason(record)"><a-button type="danger">原因</a-button><a-divider type="vertical"/></a> |
186 | 186 | <a-dropdown v-if="(record.firstStatus > 0 && record.firstStatus <= 20 && flowOff=='1') || (record.firstStatus == 0 && record.lastStatus == 0 && record.referCode == null)"> |
187 | - <a class="ant-dropdown-link">更多 <a-icon type="down"/></a> | |
187 | + <a class="ant-dropdown-link"><a-divider type="vertical"/>更多 <a-icon type="down"/></a> | |
188 | 188 | <a-menu slot="overlay"> |
189 | 189 | <a-menu-item v-if="record.firstStatus > 0 && record.firstStatus <= 20 && flowOff=='1'"> |
190 | 190 | <a @click="openProcess(record)" type="primary">审核进度</a> |
... | ... |
ant-design-vue-jeecg/src/views/system/shipment/ShipmentHeaderList.vue
... | ... | @@ -196,9 +196,9 @@ |
196 | 196 | <a><a-button type="default">回传</a-button></a> |
197 | 197 | </a-popconfirm> |
198 | 198 | <a v-if="((record.firstStatus >= 15 && record.firstStatus != '20' && record.lastStatus <= 200)) |
199 | - || (flowOff == '0' && record.lastStatus <= 200)" @click="autoShipmentCombine(record)" v-has="'shipmentHeader:autoShipmentCombine'"><a-button type="primary">自动配盘</a-button></a> | |
199 | + || (flowOff == '0' && record.lastStatus <= 200)" @click="autoShipmentCombine(record)" v-has="'shipmentHeader:autoShipmentCombine'"><a-button type="primary">自动配盘</a-button><a-divider type="vertical"/></a> | |
200 | 200 | <a v-if="((record.firstStatus >= 15 && record.firstStatus != '20' && record.lastStatus < 800)) |
201 | - || (flowOff == '0' && record.lastStatus < 800)" @click="openAutoShipmentCombine(record)" v-has="'shipmentHeader:autoShipment'"><a-button type="primary">自动出库</a-button> <a-divider type="vertical"/></a> | |
201 | + || (flowOff == '0' && record.lastStatus < 800)" @click="openAutoShipmentCombine(record)" v-has="'shipmentHeader:autoShipment'"><a-button type="primary">自动出库</a-button></a> | |
202 | 202 | <a-dropdown v-if="(record.firstStatus > 0 && record.firstStatus <= 20 && flowOff=='1') || (record.firstStatus == 0 && record.lastStatus == 0 && record.referCode == null)"> |
203 | 203 | <a class="ant-dropdown-link"><a-divider type="vertical"/>更多 <a-icon type="down"/></a> |
204 | 204 | <a-menu slot="overlay"> |
... | ... |