|
@@ -172,20 +172,6 @@
|
|
|
</el-button>
|
|
|
</el-col>
|
|
|
|
|
|
- <el-col
|
|
|
- :span="3"
|
|
|
- style="width: 56px; float: right"
|
|
|
- v-if="powers.some((item) => item == '003')"
|
|
|
- >
|
|
|
- <el-button
|
|
|
- :size="searchSize"
|
|
|
- type="success"
|
|
|
- style="float: right"
|
|
|
- @click="routeGoto('othOrderDetail', { id: 'add', type: 'add' })"
|
|
|
- >
|
|
|
- 新建
|
|
|
- </el-button>
|
|
|
- </el-col>
|
|
|
</el-row>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -242,14 +228,7 @@
|
|
|
</template>
|
|
|
</ex-table>
|
|
|
|
|
|
- <add-edit
|
|
|
- :id="modelId"
|
|
|
- :sitem="sitem"
|
|
|
- :show-model="showModel"
|
|
|
- :is-detail="isDetail"
|
|
|
- @refresh="searchList"
|
|
|
- @cancel="showModel = false"
|
|
|
- />
|
|
|
+
|
|
|
<!--订单用途设置-->
|
|
|
<user-add-edit
|
|
|
:code="orderCodeList"
|
|
@@ -268,7 +247,6 @@ import mixinPage from "@/mixins/elPaginationHandle";
|
|
|
import resToken from "@/mixins/resToken";
|
|
|
import asyncRequest from "@/apis/service/youzan/othOrder";
|
|
|
import { columns } from "./columns"; //表格列参数
|
|
|
-import addEdit from "./components/addEdit";
|
|
|
import userAddEdit from "./userAddEdit";
|
|
|
import { mapGetters } from "vuex";
|
|
|
import { xs_order_type_options, xs_order_source_options } from "@/assets/js/statusList";
|
|
@@ -276,7 +254,6 @@ export default {
|
|
|
name: "othOrder",
|
|
|
mixins: [mixinPage, resToken],
|
|
|
components: {
|
|
|
- addEdit,
|
|
|
userAddEdit,
|
|
|
},
|
|
|
computed: {
|