|
@@ -553,10 +553,10 @@
|
|
|
<el-button
|
|
<el-button
|
|
|
size="mini"
|
|
size="mini"
|
|
|
type="text"
|
|
type="text"
|
|
|
- icon="el-icon-edit"
|
|
|
|
|
|
|
+ icon="el-icon-shopping-bag-2"
|
|
|
:disabled="!scope.row.fsUserId"
|
|
:disabled="!scope.row.fsUserId"
|
|
|
@click="handleCreateOrder(scope.row)"
|
|
@click="handleCreateOrder(scope.row)"
|
|
|
- v-hasPermi="['qw:externalContact:edit']"
|
|
|
|
|
|
|
+
|
|
|
>制单</el-button>
|
|
>制单</el-button>
|
|
|
<el-button
|
|
<el-button
|
|
|
v-if="scope.row.status==0||scope.row.status==2"
|
|
v-if="scope.row.status==0||scope.row.status==2"
|