|
@@ -152,8 +152,8 @@
|
|
<el-col :span="24" class="item">
|
|
<el-col :span="24" class="item">
|
|
<div class="label">计划单</div>
|
|
<div class="label">计划单</div>
|
|
<div class="value">
|
|
<div class="value">
|
|
- <el-checkbox v-model="detailData.isPlanOrder" disabled true-label="true" false-label="false">
|
|
|
|
- {{ detailData.isPlanOrder=='true'?'是':'否' }}
|
|
|
|
|
|
+ <el-checkbox v-model="detailData.isPlanOrder" disabled :true-label="true" :false-label="false">
|
|
|
|
+ {{ detailData.isPlanOrder===true?'是':'否' }}
|
|
</el-checkbox>
|
|
</el-checkbox>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
@@ -234,7 +234,7 @@
|
|
<el-button v-if="detailData.examineStatus === 'SAVE' || detailData.examineStatus === 'WAIT'" type="danger" @click="closeData">关闭订单</el-button>
|
|
<el-button v-if="detailData.examineStatus === 'SAVE' || detailData.examineStatus === 'WAIT'" type="danger" @click="closeData">关闭订单</el-button>
|
|
<!-- <el-button type="primary" @click="openDirectDialog" v-if="!isDealer">提前开票</el-button> -->
|
|
<!-- <el-button type="primary" @click="openDirectDialog" v-if="!isDealer">提前开票</el-button> -->
|
|
|
|
|
|
- <template v-if="detailData.isPlanOrder=='true'">
|
|
|
|
|
|
+ <template v-if="detailData.isPlanOrder">
|
|
<el-button v-if="!isDealer" type="primary" @click="overData">直调完结</el-button>
|
|
<el-button v-if="!isDealer" type="primary" @click="overData">直调完结</el-button>
|
|
<el-button v-if="!isDealer" type="primary" :disabled="detailData.directTransferStatus" @click="openDeliverDialog">直调发货</el-button>
|
|
<el-button v-if="!isDealer" type="primary" :disabled="detailData.directTransferStatus" @click="openDeliverDialog">直调发货</el-button>
|
|
</template>
|
|
</template>
|