Explorar el Código

去掉导入excel和开预订单

shish hace 4 meses
padre
commit
83ec1f99a4
Se han modificado 1 ficheros con 1 adiciones y 7 borrados
  1. 1 7
      ghs/src/views/order/add.vue

+ 1 - 7
ghs/src/views/order/add.vue

@@ -32,13 +32,7 @@
 			</template>
 
 			<template #slot-column-option="{scope}">
-
-				<el-upload class="upload-demo" style="display: inline-block;margin-right:30px;" :action="`${fileUrl}?id=${scope.row.id}`" :headers="{ token: token }" multiple :show-file-list="false" :on-success="fileUpSuccess" accept=".xls,.xlsx" :limit="1">
-  					<el-button size="small" type="primary">导入Excel</el-button>
-				</el-upload>
-
-				<el-button size="small" type="primary" @click="kd(scope.row,1)">开预订单</el-button>
-				<el-button size="small" type="primary" @click="kd(scope.row,0)" style="margin-left:30px;">开单</el-button>
+				<el-button size="small" type="primary" @click="kd(scope.row,0)" style="margin-left:30px;">开新订单</el-button>
 			</template>
 
 			<template #table-column-recentExpend="{scope}">