|
|
|
@ -11,12 +11,12 @@
|
|
|
|
|
</el-button>
|
|
|
|
|
<!-- 隐藏的文件输入元素 -->
|
|
|
|
|
<input type="file" ref="fileInput2" accept=".xlsx,.xls" style="display: none;" @change="handleFileUpload2"/>
|
|
|
|
|
<el-button size="mini" type="primary" @click="triggerFileUpload"
|
|
|
|
|
v-if="(curAction.checkWebNew !== 2 || viewType !== 1) && orderFormData.billNo">
|
|
|
|
|
同步阳采追溯码
|
|
|
|
|
</el-button>
|
|
|
|
|
<!-- 隐藏的文件输入元素 -->
|
|
|
|
|
<input type="file" ref="fileInput" accept=".xlsx,.xls" style="display: none;" @change="handleFileUpload"/>
|
|
|
|
|
<!-- <el-button size="mini" type="primary" @click="triggerFileUpload"-->
|
|
|
|
|
<!-- v-if="(curAction.checkWebNew !== 2 || viewType !== 1) && orderFormData.billNo">-->
|
|
|
|
|
<!-- 同步阳采追溯码-->
|
|
|
|
|
<!-- </el-button>-->
|
|
|
|
|
<!-- <!– 隐藏的文件输入元素 –>-->
|
|
|
|
|
<!-- <input type="file" ref="fileInput" accept=".xlsx,.xls" style="display: none;" @change="handleFileUpload"/>-->
|
|
|
|
|
|
|
|
|
|
<el-button size="mini" type="primary" @click.native="selectOrder()"
|
|
|
|
|
v-if="curAction.checkWebNew != 2 || viewType !=1"
|
|
|
|
|