|
@@ -74,9 +74,9 @@
|
|
|
</a-form>
|
|
|
</div>
|
|
|
<!-- 操作按钮 -->
|
|
|
- <div class="table-operator">
|
|
|
+ <!-- <div class="table-operator">
|
|
|
<a-button type="primary" class="button-error" @click="handleAdd">新增</a-button>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<!-- alert -->
|
|
|
<a-alert type="info" showIcon style="margin-bottom:15px">
|
|
|
<div slot="message">
|
|
@@ -135,7 +135,7 @@
|
|
|
size="small"
|
|
|
type="link"
|
|
|
class="button-warning"
|
|
|
- v-if="record.billStatus == 'WAIT_OUT_WAREHOUSE'"
|
|
|
+ v-if="record.billStatus == 'OUTING_WAREHOUS'"
|
|
|
@click="handleDispatch(record)"
|
|
|
>下推</a-button>
|
|
|
|
|
@@ -175,7 +175,7 @@
|
|
|
>
|
|
|
取消
|
|
|
</a-button>
|
|
|
- <span v-if="record.billStatus == 'FINISH'||(record.salesBillSource == 'PURCHASE'&&record.billStatus == 'AUDIT_REJECT')">--</span>
|
|
|
+ <span v-if="record.billStatus == 'FINISH'||record.salesBillSource == 'CANCEL'">--</span>
|
|
|
</template>
|
|
|
</s-table>
|
|
|
<!-- 选择客户弹框 -->
|
|
@@ -304,7 +304,7 @@ export default {
|
|
|
okText: '审核通过',
|
|
|
cancelText: '审核不通过',
|
|
|
onOk () {
|
|
|
- _this.auditOrder(row.salesBillSn, 'WAIT_OUT_WAREHOUSE')
|
|
|
+ _this.auditOrder(row.salesBillSn, 'OUTING_WAREHOUS')
|
|
|
},
|
|
|
onCancel (e) {
|
|
|
if (!e.triggerCancel) {
|