|
@@ -59,12 +59,15 @@
|
|
|
</el-select>
|
|
|
</el-col>
|
|
|
<!-- 客户公司 -->
|
|
|
- <el-col :span="4" style="width: 400px; padding: 0 0 0 10px">
|
|
|
- <search-customer
|
|
|
- :value="customerCode"
|
|
|
- :size="searchSize"
|
|
|
- :placeholder="'客户公司名称'"
|
|
|
- @searchChange="customerChange"
|
|
|
+ <el-col :span="4" style="width: 240px; padding: 0 0 0 10px">
|
|
|
+ <search-work-company
|
|
|
+ :type="'1'"
|
|
|
+ :value="parmValue.supplierNo"
|
|
|
+ :size="'mini'"
|
|
|
+ :placeholder="'销售方公司'"
|
|
|
+ :disabled="false"
|
|
|
+ :isDetail="false"
|
|
|
+ @searchChange="supplierChange"
|
|
|
/>
|
|
|
</el-col>
|
|
|
|
|
@@ -78,17 +81,24 @@
|
|
|
刷新
|
|
|
</el-button>
|
|
|
</el-col>
|
|
|
+ <el-col :span="3" style="width: 66px; float: right">
|
|
|
+ <el-button
|
|
|
+ :size="searchSize"
|
|
|
+ type="primary"
|
|
|
+ style="float: right; margin-left: 5px"
|
|
|
+ @click="searchList"
|
|
|
+ >
|
|
|
+ 设置订单用途
|
|
|
+ </el-button>
|
|
|
+ </el-col>
|
|
|
</el-row>
|
|
|
<el-row style="padding: 10px 0 0 0">
|
|
|
- <el-col :span="6" style="width: 371px; ">
|
|
|
- <search-work-company
|
|
|
- :type="'1'"
|
|
|
- :value="parmValue.supplierNo"
|
|
|
- :size="'mini'"
|
|
|
- :placeholder="'销售方公司'"
|
|
|
- :disabled="false"
|
|
|
- :isDetail="false"
|
|
|
- @searchChange="supplierChange"
|
|
|
+ <el-col :span="6" style="width: 371px">
|
|
|
+ <search-customer
|
|
|
+ :value="customerCode"
|
|
|
+ :size="searchSize"
|
|
|
+ :placeholder="'客户公司名称'"
|
|
|
+ @searchChange="customerChange"
|
|
|
/>
|
|
|
</el-col>
|
|
|
|
|
@@ -114,7 +124,7 @@
|
|
|
/>
|
|
|
</el-select>
|
|
|
</el-col>
|
|
|
- <el-col :span="6" style="width: 450px; padding: 0 0 0 10px">
|
|
|
+ <el-col :span="6" style="width: 325px; padding: 0 0 0 10px">
|
|
|
<el-input
|
|
|
clearable
|
|
|
placeholder="关键字"
|
|
@@ -125,15 +135,12 @@
|
|
|
>
|
|
|
<el-select
|
|
|
v-model="select"
|
|
|
- style="width: 137px"
|
|
|
+ style="width: 100px"
|
|
|
slot="prepend"
|
|
|
placeholder="请选择"
|
|
|
@change="searchList"
|
|
|
>
|
|
|
- <el-option
|
|
|
- label="销售订单编号"
|
|
|
- value="orderCode"
|
|
|
- ></el-option>
|
|
|
+ <el-option label="订单编号" value="orderCode"></el-option>
|
|
|
<!-- <el-option
|
|
|
label="商品属性编号"
|
|
|
value="good_code"
|
|
@@ -165,7 +172,7 @@
|
|
|
|
|
|
<el-col
|
|
|
:span="3"
|
|
|
- style="width: 66px; float: right"
|
|
|
+ style="width: 56px; float: right"
|
|
|
v-if="powers.some((item) => item == '003')"
|
|
|
>
|
|
|
<el-button
|